Html Css Color HEX #83698B Mamba

📋 copy color: '#83698B'

red 131 ◦ green 105 ◦ blue 139

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

Shades of Mamba #83698B

Tints of Mamba #83698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 34.93%
G = 28%
B = 37.07%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83698B (or 0x83698B) is known color: Mamba. HEX triplet: 83, 69 and 8B. RGB value is (131,105,139). Sum of RGB (Red+Green+Blue) = 131+105+139=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #83698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83698B is #7C9674. Grayscale: #747474. Windows color (decimal): -8164981 or 9136515. OLE color: 9136515.

HSL color Cylindrical-coordinate representation of color #83698B: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83698B is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 105 139 -
CMYK 0.06 0.24 0 0.45
HSL 285.88º 0.14% 0.48% -
HSV(B) 285.88º 0.24% 0.55% -
XYZ 19.07 16.79 26.66 -
YUV 116.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 131 105 139 0.06 0.24 0 0.45 285.88 0.14 0.48
Hex 83 69 8B 6 18 0 2D 11E E 30
Octal 203 151 213 6 30 0 55 436 16 60
Binary 10000011 1101001 10001011 110 11000 0 101101 100011110 1110 110000

Color Harmonies of #83698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83698B

Black with #83698B

Text Example


Text Example

White with #83698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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