Html Css Color HEX #836692 Mamba

📋 copy color: '#836692'

red 131 ◦ green 102 ◦ blue 146

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

Shades of Mamba #836692

Tints of Mamba #836692

RGB

 RED value IS 131 (51.56% from 255) = 34.56%

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

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 34.56%
G = 26.91%
B = 38.52%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836692 (or 0x836692) is known color: Mamba. HEX triplet: 83, 66 and 92. RGB value is (131,102,146). Sum of RGB (Red+Green+Blue) = 131+102+146=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #836692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836692 is #7C996D. Grayscale: #737373. Windows color (decimal): -8165742 or 9594499. OLE color: 9594499.

HSL color Cylindrical-coordinate representation of color #836692: hue angle of 279.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #836692 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 102 146 -
CMYK 0.10 0.30 0 0.43
HSL 279.55º 0.18% 0.49% -
HSV(B) 279.55º 0.3% 0.57% -
XYZ 19.3 16.4 29.34 -
YUV 115.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 131 102 146 0.10 0.30 0 0.43 279.55 0.18 0.49
Hex 83 66 92 A 1E 0 2B 118 12 31
Octal 203 146 222 12 36 0 53 430 22 61
Binary 10000011 1100110 10010010 1010 11110 0 101011 100011000 10010 110001

Color Harmonies of #836692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836692

Black with #836692

Text Example


Text Example

White with #836692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836692; }

 p { color: rgb(131,102,146); }

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

background-color css

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

 a { background-color: rgb(131,102,146); }

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

border-color css

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

 span { border-color: rgb(131,102,146); }

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