Html Css Color HEX #8471BA True V

📋 copy color: '#8471BA'

red 132 ◦ green 113 ◦ blue 186

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

Shades of True V #8471BA

Tints of True V #8471BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

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

R = 30.63%
G = 26.22%
B = 43.16%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8471BA (or 0x8471BA) is known color: True V. HEX triplet: 84, 71 and BA. RGB value is (132,113,186). Sum of RGB (Red+Green+Blue) = 132+113+186=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 113 (44.53% from 255 or 26.22% 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 #8471BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471BA is #7B8E45. Grayscale: #7E7E7E. Windows color (decimal): -8097350 or 12218756. OLE color: 12218756.

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

Color convert

RGB 132 113 186 -
CMYK 0.29 0.39 0 0.27
HSL 255.62º 0.35% 0.59% -
HSV(B) 255.62º 0.39% 0.73% -
XYZ 24.28 20.26 49.09 -
YUV 127 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 132 113 186 0.29 0.39 0 0.27 255.62 0.35 0.59
Hex 84 71 BA 1D 27 0 1B 100 23 3B
Octal 204 161 272 35 47 0 33 400 43 73
Binary 10000100 1110001 10111010 11101 100111 0 11011 100000000 100011 111011

Color Harmonies of #8471BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471BA

Black with #8471BA

Text Example


Text Example

White with #8471BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8471BA;
 }
 .AnyTagClassName
 {
   color: #8471BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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