#8166C4

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

Shades of True V #8166C4

Tints of True V #8166C4

Color information

#8166C4 (or 0x8166C4) is unknown color: approx True V. HEX triplet: 81, 66 and C4. RGB value is (129,102,196). Sum of RGB (Red+Green+Blue) = 129+102+196=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #8166C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166C4 is #7E993B. Grayscale: #787878. Windows color (decimal): -8296764 or 12871297. OLE color: 12871297.

HSL color Cylindrical-coordinate representation of color #8166C4: hue angle of 257.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8166C4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129102196-
CMYK0.340.4800.23
HSL257.23º44.34%58.43%-
HSV(B)257.23º47.96%76.86%-
XYZ23.7718.1654.48-
YUV120.79170.45133.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 196 (76.95% from 255) = 45.90%
R=30.21%
G=23.89%
B=45.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291021960.340.4800.23257.2344.3458.43
Hex8166C422300171012c3a
Octal20114630442600274015472
Binary10000001110011011000100100010110000010111100000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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