#816ABF

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

Shades of True V #816ABF

Tints of True V #816ABF

Color information

#816ABF (or 0x816ABF) is unknown color: approx True V. HEX triplet: 81, 6A and BF. RGB value is (129,106,191). Sum of RGB (Red+Green+Blue) = 129+106+191=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #816ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ABF is #7E9540. Grayscale: #7A7A7A. Windows color (decimal): -8295745 or 12544641. OLE color: 12544641.

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

Color convert

RGB129106191-
CMYK0.320.4500.25
HSL256.24º39.91%58.24%-
HSV(B)256.24º44.5%74.9%-
XYZ23.6118.7451.66-
YUV122.57166.62132.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 191 (75% from 255) = 44.84%
R=30.28%
G=24.88%
B=44.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291061910.320.4500.25256.2439.9158.24
Hex816ABF202D019100283a
Octal20115227740550314005072
Binary10000001110101010111111100000101101011001100000000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816ABF; }

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

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

<style>
 a { background-color: #816ABF; }

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

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

<style>
 span { border-color: #816ABF; }

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

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