#816BBB

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

Shades of True V #816BBB

Tints of True V #816BBB

Color information

#816BBB (or 0x816BBB) is unknown color: approx True V. HEX triplet: 81, 6B and BB. RGB value is (129,107,187). Sum of RGB (Red+Green+Blue) = 129+107+187=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #816BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BBB is #7E9444. Grayscale: #7A7A7A. Windows color (decimal): -8295493 or 12282753. OLE color: 12282753.

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

Color convert

RGB129107187-
CMYK0.310.4300.27
HSL256.5º37.04%57.65%-
HSV(B)256.5º42.78%73.33%-
XYZ23.2818.7749.41-
YUV122.7164.29132.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=30.50%
G=25.30%
B=44.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291071870.310.4300.27256.537.0457.65
Hex816BBB1F2B01B100253a
Octal20115327337530334004572
Binary1000000111010111011101111111101011011011100000000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,187); }

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

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

 a { background-color: rgb(129,107,187); }

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

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

 span { border-color: rgb(129,107,187); }

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