Html Css Color HEX #83668F Mamba

📋 copy color: '#83668F'

red 131 ◦ green 102 ◦ blue 143

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

Shades of Mamba #83668F

Tints of Mamba #83668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 34.84%
G = 27.13%
B = 38.03%

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

#83668F (or 0x83668F) is known color: Mamba. HEX triplet: 83, 66 and 8F. RGB value is (131,102,143). Sum of RGB (Red+Green+Blue) = 131+102+143=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 143 - color contains mainly: blue. Hex color #83668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83668F is #7C9970. Grayscale: #737373. Windows color (decimal): -8165745 or 9397891. OLE color: 9397891.

HSL color Cylindrical-coordinate representation of color #83668F: hue angle of 282.44º 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 #83668F is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 102 143 -
CMYK 0.08 0.29 0 0.44
HSL 282.44º 0.17% 0.48% -
HSV(B) 282.44º 0.29% 0.56% -
XYZ 19.07 16.31 28.13 -
YUV 115.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 131 102 143 0.08 0.29 0 0.44 282.44 0.17 0.48
Hex 83 66 8F 8 1D 0 2C 11A 11 30
Octal 203 146 217 10 35 0 54 432 21 60
Binary 10000011 1100110 10001111 1000 11101 0 101100 100011010 10001 110000

Color Harmonies of #83668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83668F

Black with #83668F

Text Example


Text Example

White with #83668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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