#8166BC

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

Shades of True V #8166BC

Tints of True V #8166BC

Color information

#8166BC (or 0x8166BC) is unknown color: approx True V. HEX triplet: 81, 66 and BC. RGB value is (129,102,188). Sum of RGB (Red+Green+Blue) = 129+102+188=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #8166BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166BC is #7E9943. Grayscale: #777777. Windows color (decimal): -8296772 or 12347009. OLE color: 12347009.

HSL color Cylindrical-coordinate representation of color #8166BC: hue angle of 258.84º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8166BC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129102188-
CMYK0.310.4600.26
HSL258.84º39.09%56.86%-
HSV(B)258.84º45.74%73.73%-
XYZ22.8817.849.81-
YUV119.88166.45134.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=30.79%
G=24.34%
B=44.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291021880.310.4600.26258.8439.0956.86
Hex8166BC1F2E01A1032739
Octal20114627437560324034771
Binary1000000111001101011110011111101110011010100000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,102,188); }

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

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

 a { background-color: rgb(129,102,188); }

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

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

 span { border-color: rgb(129,102,188); }

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