Html Css Color HEX #816694 Mamba

📋 copy color: '#816694'

red 129 ◦ green 102 ◦ blue 148

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

Shades of Mamba #816694

Tints of Mamba #816694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 34.04%
G = 26.91%
B = 39.05%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#816694 (or 0x816694) is known color: Mamba. HEX triplet: 81, 66 and 94. RGB value is (129,102,148). Sum of RGB (Red+Green+Blue) = 129+102+148=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #816694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816694 is #7E996B. Grayscale: #737373. Windows color (decimal): -8296812 or 9725569. OLE color: 9725569.

HSL color Cylindrical-coordinate representation of color #816694: hue angle of 275.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #816694 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 102 148 -
CMYK 0.13 0.31 0 0.42
HSL 275.22º 0.18% 0.49% -
HSV(B) 275.22º 0.31% 0.58% -
XYZ 19.15 16.31 30.16 -
YUV 115.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 129 102 148 0.13 0.31 0 0.42 275.22 0.18 0.49
Hex 81 66 94 D 1F 0 2A 113 12 31
Octal 201 146 224 15 37 0 52 423 22 61
Binary 10000001 1100110 10010100 1101 11111 0 101010 100010011 10010 110001

Color Harmonies of #816694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816694

Black with #816694

Text Example


Text Example

White with #816694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816694; }

 p { color: rgb(129,102,148); }

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

background-color css

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

 a { background-color: rgb(129,102,148); }

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

border-color css

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

 span { border-color: rgb(129,102,148); }

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