Html Css Color HEX #816988 Mamba

📋 copy color: '#816988'

red 129 ◦ green 105 ◦ blue 136

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

Shades of Mamba #816988

Tints of Mamba #816988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 34.86%
G = 28.38%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#816988 (or 0x816988) is known color: Mamba. HEX triplet: 81, 69 and 88. RGB value is (129,105,136). Sum of RGB (Red+Green+Blue) = 129+105+136=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #816988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816988 is #7E9677. Grayscale: #737373. Windows color (decimal): -8296056 or 8939905. OLE color: 8939905.

HSL color Cylindrical-coordinate representation of color #816988: hue angle of 286.45º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816988 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 105 136 -
CMYK 0.05 0.23 0 0.47
HSL 286.45º 0.13% 0.47% -
HSV(B) 286.45º 0.23% 0.53% -
XYZ 18.55 16.55 25.51 -
YUV 115.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 129 105 136 0.05 0.23 0 0.47 286.45 0.13 0.47
Hex 81 69 88 5 17 0 2F 11E D 2F
Octal 201 151 210 5 27 0 57 436 15 57
Binary 10000001 1101001 10001000 101 10111 0 101111 100011110 1101 101111

Color Harmonies of #816988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816988

Black with #816988

Text Example


Text Example

White with #816988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816988; }

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

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

background-color css

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

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

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

border-color css

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

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

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