#816ABE

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

Shades of True V #816ABE

Tints of True V #816ABE

Color information

#816ABE (or 0x816ABE) is unknown color: approx True V. HEX triplet: 81, 6A and BE. RGB value is (129,106,190). Sum of RGB (Red+Green+Blue) = 129+106+190=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #816ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ABE is #7E9541. Grayscale: #7A7A7A. Windows color (decimal): -8295746 or 12479105. OLE color: 12479105.

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

Color convert

RGB129106190-
CMYK0.320.4400.25
HSL256.43º39.25%58.04%-
HSV(B)256.43º44.21%74.51%-
XYZ23.518.6951.08-
YUV122.45166.12132.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=30.35%
G=24.94%
B=44.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291061900.320.4400.25256.4339.2558.04
Hex816ABE202C019100273a
Octal20115227640540314004772
Binary10000001110101010111110100000101100011001100000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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