Html Css Color HEX #83658E Mamba

📋 copy color: '#83658E'

red 131 ◦ green 101 ◦ blue 142

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

Shades of Mamba #83658E

Tints of Mamba #83658E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 35.03%
G = 27.01%
B = 37.97%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83658E (or 0x83658E) is known color: Mamba. HEX triplet: 83, 65 and 8E. RGB value is (131,101,142). Sum of RGB (Red+Green+Blue) = 131+101+142=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #83658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83658E is #7C9A71. Grayscale: #727272. Windows color (decimal): -8166002 or 9332099. OLE color: 9332099.

HSL color Cylindrical-coordinate representation of color #83658E: hue angle of 283.9º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83658E is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 101 142 -
CMYK 0.08 0.29 0 0.44
HSL 283.9º 0.17% 0.48% -
HSV(B) 283.9º 0.29% 0.56% -
XYZ 18.9 16.09 27.7 -
YUV 114.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 131 101 142 0.08 0.29 0 0.44 283.9 0.17 0.48
Hex 83 65 8E 8 1D 0 2C 11C 11 30
Octal 203 145 216 10 35 0 54 434 21 60
Binary 10000011 1100101 10001110 1000 11101 0 101100 100011100 10001 110000

Color Harmonies of #83658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83658E

Black with #83658E

Text Example


Text Example

White with #83658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83658E; }

 p { color: rgb(131,101,142); }

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

background-color css

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

 a { background-color: rgb(131,101,142); }

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

border-color css

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

 span { border-color: rgb(131,101,142); }

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