#8166be

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

Shades of True V #8166BE

Tints of True V #8166BE

Color information

#8166BE (or 0x8166BE) is unknown color: approx True V. HEX triplet: 81, 66 and BE. RGB value is (129,102,190). Sum of RGB (Red+Green+Blue) = 129+102+190=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8166BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166BE is #7E9941. Grayscale: #777777. Windows color (decimal): -8296770 or 12478081. OLE color: 12478081.

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

Color convert

RGB129102190-
CMYK0.320.4600.25
HSL258.41º40.37%57.25%-
HSV(B)258.41º46.32%74.51%-
XYZ23.117.8950.95-
YUV120.1167.45134.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=30.64%
G=24.23%
B=45.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291021900.320.4600.25258.4140.3757.25
Hex8166BE202E0191022839
Octal20114627640560314025071
Binary10000001110011010111110100000101110011001100000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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