#8570BA

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

Shades of True V #8570BA

Tints of True V #8570BA

Color information

#8570BA (or 0x8570BA) is unknown color: approx True V. HEX triplet: 85, 70 and BA. RGB value is (133,112,186). Sum of RGB (Red+Green+Blue) = 133+112+186=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8570BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570BA is #7A8F45. Grayscale: #7E7E7E. Windows color (decimal): -8032070 or 12218501. OLE color: 12218501.

HSL color Cylindrical-coordinate representation of color #8570BA: hue angle of 257.03º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8570BA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133112186-
CMYK0.280.4000.27
HSL257.03º34.91%58.43%-
HSV(B)257.03º39.78%72.94%-
XYZ24.3320.1249.06-
YUV126.72161.46132.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=30.86%
G=25.99%
B=43.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331121860.280.4000.27257.0334.9158.43
Hex8570BA1C2801B101233a
Octal20516027234500334014372
Binary1000010111100001011101011100101000011011100000001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8570BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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