Html Css Color HEX #80638F Mamba

📋 copy color: '#80638F'

red 128 ◦ green 99 ◦ blue 143

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

Shades of Mamba #80638F

Tints of Mamba #80638F

RGB

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

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

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

R = 34.59%
G = 26.76%
B = 38.65%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80638F (or 0x80638F) is known color: Mamba. HEX triplet: 80, 63 and 8F. RGB value is (128,99,143). Sum of RGB (Red+Green+Blue) = 128+99+143=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #80638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80638F is #7F9C70. Grayscale: #707070. Windows color (decimal): -8363121 or 9397120. OLE color: 9397120.

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

Color convert

RGB 128 99 143 -
CMYK 0.10 0.31 0 0.44
HSL 279.55º 0.18% 0.47% -
HSV(B) 279.55º 0.31% 0.56% -
XYZ 18.32 15.5 28.01 -
YUV 112.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 128 99 143 0.10 0.31 0 0.44 279.55 0.18 0.47
Hex 80 63 8F A 1F 0 2C 118 12 2F
Octal 200 143 217 12 37 0 54 430 22 57
Binary 10000000 1100011 10001111 1010 11111 0 101100 100011000 10010 101111

Color Harmonies of #80638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80638F

Black with #80638F

Text Example


Text Example

White with #80638F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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