#8470BA

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

Shades of True V #8470BA

Tints of True V #8470BA

Color information

#8470BA (or 0x8470BA) is unknown color: approx True V. HEX triplet: 84, 70 and BA. RGB value is (132,112,186). Sum of RGB (Red+Green+Blue) = 132+112+186=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #8470BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470BA is #7B8F45. Grayscale: #7E7E7E. Windows color (decimal): -8097606 or 12218500. OLE color: 12218500.

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

Color convert

RGB132112186-
CMYK0.290.4000.27
HSL256.22º34.91%58.43%-
HSV(B)256.22º39.78%72.94%-
XYZ24.1720.0449.05-
YUV126.42161.63131.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=30.70%
G=26.05%
B=43.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321121860.290.4000.27256.2234.9158.43
Hex8470BA1D2801B100233a
Octal20416027235500334004372
Binary1000010011100001011101011101101000011011100000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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