Html Css Color HEX #816990 Mamba

📋 copy color: '#816990'

red 129 ◦ green 105 ◦ blue 144

#816990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #816990

Tints of Mamba #816990

RGB

 RED value IS 129 (50.78% from 255) = 34.13%

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 34.13%
G = 27.78%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#816990 (or 0x816990) is known color: Mamba. HEX triplet: 81, 69 and 90. RGB value is (129,105,144). Sum of RGB (Red+Green+Blue) = 129+105+144=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #816990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816990 is #7E966F. Grayscale: #747474. Windows color (decimal): -8296048 or 9464193. OLE color: 9464193.

HSL color Cylindrical-coordinate representation of color #816990: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816990 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 105 144 -
CMYK 0.10 0.27 0 0.44
HSL 276.92º 0.16% 0.49% -
HSV(B) 276.92º 0.27% 0.56% -
XYZ 19.14 16.78 28.62 -
YUV 116.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 129 105 144 0.10 0.27 0 0.44 276.92 0.16 0.49
Hex 81 69 90 A 1B 0 2C 115 10 31
Octal 201 151 220 12 33 0 54 425 20 61
Binary 10000001 1101001 10010000 1010 11011 0 101100 100010101 10000 110001

Color Harmonies of #816990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816990

Black with #816990

Text Example


Text Example

White with #816990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816990; }

 p { color: rgb(129,105,144); }

 H1.HeaderClassName
 {
   color: #816990;
 }
 .AnyTagClassName
 {
   color: #816990;
 }
</style>

background-color css

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

 a { background-color: rgb(129,105,144); }

 div.DivClassName
 {
   background-color: #816990;
 }
 .BgClassName
 {
   background-color: #816990;
 }
</style>

border-color css

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

 span { border-color: rgb(129,105,144); }

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