#8471BC

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

Shades of True V #8471BC

Tints of True V #8471BC

Color information

#8471BC (or 0x8471BC) is unknown color: approx True V. HEX triplet: 84, 71 and BC. RGB value is (132,113,188). Sum of RGB (Red+Green+Blue) = 132+113+188=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #8471BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471BC is #7B8E43. Grayscale: #7E7E7E. Windows color (decimal): -8097348 or 12349828. OLE color: 12349828.

HSL color Cylindrical-coordinate representation of color #8471BC: hue angle of 255.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8471BC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132113188-
CMYK0.300.4000.26
HSL255.2º35.89%59.02%-
HSV(B)255.2º39.89%73.73%-
XYZ24.520.3550.21-
YUV127.23162.29131.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=30.48%
G=26.10%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321131880.300.4000.26255.235.8959.02
Hex8471BC1E2801Aff243b
Octal20416127436500323774473
Binary100001001110001101111001111010100001101011111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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