#8572BA

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

Shades of True V #8572BA

Tints of True V #8572BA

Color information

#8572BA (or 0x8572BA) is unknown color: approx True V. HEX triplet: 85, 72 and BA. RGB value is (133,114,186). Sum of RGB (Red+Green+Blue) = 133+114+186=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8572BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8572BA is #7A8D45. Grayscale: #7F7F7F. Windows color (decimal): -8031558 or 12219013. OLE color: 12219013.

HSL color Cylindrical-coordinate representation of color #8572BA: hue angle of 255.83º 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 #8572BA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133114186-
CMYK0.280.3900.27
HSL255.83º34.29%58.82%-
HSV(B)255.83º38.71%72.94%-
XYZ24.5520.5749.13-
YUV127.89160.79131.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=30.72%
G=26.33%
B=42.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331141860.280.3900.27255.8334.2958.82
Hex8572BA1C2701B100223b
Octal20516227234470334004273
Binary1000010111100101011101011100100111011011100000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8572BA; }

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

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

<style>
 a { background-color: #8572BA; }

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

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

<style>
 span { border-color: #8572BA; }

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

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