Html Css Color HEX #8470BA True V

📋 copy color: '#8470BA'

red 132 ◦ green 112 ◦ blue 186

#8470BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8470BA

Tints of True V #8470BA

RGB

 RED value IS 132 (51.95% from 255) = 30.7%

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 30.7%
G = 26.05%
B = 43.26%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8470BA (or 0x8470BA) is known color: 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

RGB 132 112 186 -
CMYK 0.29 0.40 0 0.27
HSL 256.22º 0.35% 0.58% -
HSV(B) 256.22º 0.4% 0.73% -
XYZ 24.17 20.04 49.05 -
YUV 126.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 132 112 186 0.29 0.40 0 0.27 256.22 0.35 0.58
Hex 84 70 BA 1D 28 0 1B 100 23 3A
Octal 204 160 272 35 50 0 33 400 43 72
Binary 10000100 1110000 10111010 11101 101000 0 11011 100000000 100011 111010

Color Harmonies of #8470BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8470BA

Black with #8470BA

Text Example


Text Example

White with #8470BA

Text Example


Text Example

HTML Codes & Css Web 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>