#8572BB

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

Shades of True V #8572BB

Tints of True V #8572BB

Color information

#8572BB (or 0x8572BB) is unknown color: approx True V. HEX triplet: 85, 72 and BB. RGB value is (133,114,187). Sum of RGB (Red+Green+Blue) = 133+114+187=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #8572BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8572BB is #7A8D44. Grayscale: #7F7F7F. Windows color (decimal): -8031557 or 12284549. OLE color: 12284549.

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

Color convert

RGB133114187-
CMYK0.290.3900.27
HSL255.62º34.93%59.02%-
HSV(B)255.62º39.04%73.33%-
XYZ24.6620.6149.69-
YUV128161.29131.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=30.65%
G=26.27%
B=43.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331141870.290.3900.27255.6234.9359.02
Hex8572BB1D2701B100233b
Octal20516227335470334004373
Binary1000010111100101011101111101100111011011100000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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