#8A72BE

Color #8A72BE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8A72BE

Tints of True V #8A72BE

Color information

#8A72BE (or 0x8A72BE) is unknown color: approx True V. HEX triplet: 8A, 72 and BE. RGB value is (138,114,190). Sum of RGB (Red+Green+Blue) = 138+114+190=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72BE is #758D41. Grayscale: #818181. Windows color (decimal): -7703874 or 12481162. OLE color: 12481162.

HSL color Cylindrical-coordinate representation of color #8A72BE: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A72BE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138114190-
CMYK0.270.4000.25
HSL258.95º36.89%59.61%-
HSV(B)258.95º40%74.51%-
XYZ25.7921.1651.44-
YUV129.84161.95133.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=31.22%
G=25.79%
B=42.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381141900.270.4000.25258.9536.8959.61
Hex8A72BE1B28019103253c
Octal21216227633500314034574
Binary1000101011100101011111011011101000011001100000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A72BE; }

 p { color: rgb(138,114,190); }

 H1.HeaderClassName
 {
   color: #8A72BE;
 }
 .AnyTagClassName
 {
   color: #8A72BE;
 }
</style>
background-color css

<style>
 a { background-color: #8A72BE; }

 a { background-color: rgb(138,114,190); }

 div.DivClassName
 {
   background-color: #8A72BE;
 }
 .BgClassName
 {
   background-color: #8A72BE;
 }
</style>
border-color css

<style>
 span { border-color: #8A72BE; }

 span { border-color: rgb(138,114,190); }

 td.TdClassName
 {
   border-color: #8A72BE;
 }
 .TagClassName
 {
   border-color: #8A72BE;
 }
</style>