#8166bf

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

Shades of True V #8166BF

Tints of True V #8166BF

Color information

#8166BF (or 0x8166BF) is unknown color: approx True V. HEX triplet: 81, 66 and BF. RGB value is (129,102,191). Sum of RGB (Red+Green+Blue) = 129+102+191=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #8166BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166BF is #7E9940. Grayscale: #777777. Windows color (decimal): -8296769 or 12543617. OLE color: 12543617.

HSL color Cylindrical-coordinate representation of color #8166BF: hue angle of 258.2º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8166BF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129102191-
CMYK0.320.4700.25
HSL258.2º41.01%57.45%-
HSV(B)258.2º46.6%74.9%-
XYZ23.2117.9351.53-
YUV120.22167.95134.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 191 (75% from 255) = 45.26%
R=30.57%
G=24.17%
B=45.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291021910.320.4700.25258.241.0157.45
Hex8166BF202F0191022939
Octal20114627740570314025171
Binary10000001110011010111111100000101111011001100000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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