Html Css Color HEX #82648F Mamba

📋 copy color: '#82648F'

red 130 ◦ green 100 ◦ blue 143

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

Shades of Mamba #82648F

Tints of Mamba #82648F

RGB

 RED value IS 130 (51.17% from 255) = 34.85%

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 34.85%
G = 26.81%
B = 38.34%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82648F (or 0x82648F) is known color: Mamba. HEX triplet: 82, 64 and 8F. RGB value is (130,100,143). Sum of RGB (Red+Green+Blue) = 130+100+143=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #82648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82648F is #7D9B70. Grayscale: #717171. Windows color (decimal): -8231793 or 9397378. OLE color: 9397378.

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

Color convert

RGB 130 100 143 -
CMYK 0.09 0.30 0 0.44
HSL 281.86º 0.18% 0.48% -
HSV(B) 281.86º 0.3% 0.56% -
XYZ 18.72 15.84 28.06 -
YUV 113.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 130 100 143 0.09 0.30 0 0.44 281.86 0.18 0.48
Hex 82 64 8F 9 1E 0 2C 11A 12 30
Octal 202 144 217 11 36 0 54 432 22 60
Binary 10000010 1100100 10001111 1001 11110 0 101100 100011010 10010 110000

Color Harmonies of #82648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82648F

Black with #82648F

Text Example


Text Example

White with #82648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,100,143); }

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

background-color css

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

 a { background-color: rgb(130,100,143); }

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

border-color css

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

 span { border-color: rgb(130,100,143); }

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