#816CBA

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

Shades of True V #816CBA

Tints of True V #816CBA

Color information

#816CBA (or 0x816CBA) is unknown color: approx True V. HEX triplet: 81, 6C and BA. RGB value is (129,108,186). Sum of RGB (Red+Green+Blue) = 129+108+186=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #816CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CBA is #7E9345. Grayscale: #7A7A7A. Windows color (decimal): -8295238 or 12217473. OLE color: 12217473.

HSL color Cylindrical-coordinate representation of color #816CBA: hue angle of 256.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #816CBA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129108186-
CMYK0.310.4200.27
HSL256.15º36.11%57.65%-
HSV(B)256.15º41.94%72.94%-
XYZ23.2818.9448.88-
YUV123.17163.46132.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=30.50%
G=25.53%
B=43.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291081860.310.4200.27256.1536.1157.65
Hex816CBA1F2A01B100243a
Octal20115427237520334004472
Binary1000000111011001011101011111101010011011100000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,186); }

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

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

 a { background-color: rgb(129,108,186); }

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

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

 span { border-color: rgb(129,108,186); }

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