#8164BF

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

Shades of True V #8164BF

Tints of True V #8164BF

Color information

#8164BF (or 0x8164BF) is unknown color: approx True V. HEX triplet: 81, 64 and BF. RGB value is (129,100,191). Sum of RGB (Red+Green+Blue) = 129+100+191=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8164BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164BF is #7E9B40. Grayscale: #767676. Windows color (decimal): -8297281 or 12543105. OLE color: 12543105.

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

Color convert

RGB129100191-
CMYK0.320.4800.25
HSL259.12º41.55%57.06%-
HSV(B)259.12º47.64%74.9%-
XYZ23.0117.5451.46-
YUV119.04168.61135.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 191 (75% from 255) = 45.48%
R=30.71%
G=23.81%
B=45.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291001910.320.4800.25259.1241.5557.06
Hex8164BF20300191032a39
Octal20114427740600314035271
Binary10000001110010010111111100000110000011001100000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8164BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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