#8164CC

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

Shades of True V #8164CC

Tints of True V #8164CC

Color information

#8164CC (or 0x8164CC) is unknown color: approx True V. HEX triplet: 81, 64 and CC. RGB value is (129,100,204). Sum of RGB (Red+Green+Blue) = 129+100+204=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #8164CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164CC is #7E9B33. Grayscale: #787878. Windows color (decimal): -8297268 or 13395073. OLE color: 13395073.

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

Color convert

RGB129100204-
CMYK0.370.5100.2
HSL256.73º50.49%59.61%-
HSV(B)256.73º50.98%80%-
XYZ24.5118.1459.34-
YUV120.53175.11134.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=29.79%
G=23.09%
B=47.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291002040.370.5100.2256.7350.4959.61
Hex8164CC2533014101323c
Octal20114431445630244016274
Binary10000001110010011001100100101110011010100100000001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8164CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8164CC; }

 p { color: rgb(129,100,204); }

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

<style>
 a { background-color: #8164CC; }

 a { background-color: rgb(129,100,204); }

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

<style>
 span { border-color: #8164CC; }

 span { border-color: rgb(129,100,204); }

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