#8166CD

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

Shades of True V #8166CD

Tints of True V #8166CD

Color information

#8166CD (or 0x8166CD) is unknown color: approx True V. HEX triplet: 81, 66 and CD. RGB value is (129,102,205). Sum of RGB (Red+Green+Blue) = 129+102+205=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8166CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166CD is #7E9932. Grayscale: #797979. Windows color (decimal): -8296755 or 13461121. OLE color: 13461121.

HSL color Cylindrical-coordinate representation of color #8166CD: hue angle of 255.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8166CD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129102205-
CMYK0.370.5000.20
HSL255.73º50.74%60.2%-
HSV(B)255.73º50.24%80.39%-
XYZ24.8218.5860.04-
YUV121.82174.95133.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=29.59%
G=23.39%
B=47.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291022050.370.5000.20255.7350.7460.2
Hex8166CD2532014100333c
Octal20114631545620244006374
Binary10000001110011011001101100101110010010100100000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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