Html Css Color HEX #83698E Mamba

📋 copy color: '#83698E'

red 131 ◦ green 105 ◦ blue 142

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

Shades of Mamba #83698E

Tints of Mamba #83698E

RGB

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

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

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

R = 34.66%
G = 27.78%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83698E (or 0x83698E) is known color: Mamba. HEX triplet: 83, 69 and 8E. RGB value is (131,105,142). Sum of RGB (Red+Green+Blue) = 131+105+142=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #83698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83698E is #7C9671. Grayscale: #747474. Windows color (decimal): -8164978 or 9333123. OLE color: 9333123.

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

Color convert

RGB 131 105 142 -
CMYK 0.08 0.26 0 0.44
HSL 282.16º 0.15% 0.48% -
HSV(B) 282.16º 0.26% 0.56% -
XYZ 19.29 16.88 27.83 -
YUV 116.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 131 105 142 0.08 0.26 0 0.44 282.16 0.15 0.48
Hex 83 69 8E 8 1A 0 2C 11A F 30
Octal 203 151 216 10 32 0 54 432 17 60
Binary 10000011 1101001 10001110 1000 11010 0 101100 100011010 1111 110000

Color Harmonies of #83698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83698E

Black with #83698E

Text Example


Text Example

White with #83698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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