#8A72BA

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

Shades of True V #8A72BA

Tints of True V #8A72BA

Color information

#8A72BA (or 0x8A72BA) is unknown color: approx True V. HEX triplet: 8A, 72 and BA. RGB value is (138,114,186). Sum of RGB (Red+Green+Blue) = 138+114+186=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72BA is #758D45. Grayscale: #818181. Windows color (decimal): -7703878 or 12219018. OLE color: 12219018.

HSL color Cylindrical-coordinate representation of color #8A72BA: hue angle of 260º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A72BA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138114186-
CMYK0.260.3900.27
HSL260º34.29%58.82%-
HSV(B)260º38.71%72.94%-
XYZ25.3620.9849.17-
YUV129.38159.95134.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=31.51%
G=26.03%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381141860.260.3900.2726034.2958.82
Hex8A72BA1A2701B104223b
Octal21216227232470334044273
Binary1000101011100101011101011010100111011011100000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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