Html Css Color HEX #80638E Mamba

📋 copy color: '#80638E'

red 128 ◦ green 99 ◦ blue 142

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

Shades of Mamba #80638E

Tints of Mamba #80638E

RGB

 RED value IS 128 (50.39% from 255) = 34.69%

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 34.69%
G = 26.83%
B = 38.48%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80638E (or 0x80638E) is known color: Mamba. HEX triplet: 80, 63 and 8E. RGB value is (128,99,142). Sum of RGB (Red+Green+Blue) = 128+99+142=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #80638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80638E is #7F9C71. Grayscale: #707070. Windows color (decimal): -8363122 or 9331584. OLE color: 9331584.

HSL color Cylindrical-coordinate representation of color #80638E: hue angle of 280.47º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80638E is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 99 142 -
CMYK 0.10 0.30 0 0.44
HSL 280.47º 0.18% 0.47% -
HSV(B) 280.47º 0.3% 0.56% -
XYZ 18.25 15.47 27.61 -
YUV 112.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 128 99 142 0.10 0.30 0 0.44 280.47 0.18 0.47
Hex 80 63 8E A 1E 0 2C 118 12 2F
Octal 200 143 216 12 36 0 54 430 22 57
Binary 10000000 1100011 10001110 1010 11110 0 101100 100011000 10010 101111

Color Harmonies of #80638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80638E

Black with #80638E

Text Example


Text Example

White with #80638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,99,142); }

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

background-color css

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

 a { background-color: rgb(128,99,142); }

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

border-color css

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

 span { border-color: rgb(128,99,142); }

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