Html Css Color HEX #82668F Mamba

📋 copy color: '#82668F'

red 130 ◦ green 102 ◦ blue 143

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

Shades of Mamba #82668F

Tints of Mamba #82668F

RGB

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

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

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

R = 34.67%
G = 27.2%
B = 38.13%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82668F (or 0x82668F) is known color: Mamba. HEX triplet: 82, 66 and 8F. RGB value is (130,102,143). Sum of RGB (Red+Green+Blue) = 130+102+143=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #82668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82668F is #7D9970. Grayscale: #727272. Windows color (decimal): -8231281 or 9397890. OLE color: 9397890.

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

Color convert

RGB 130 102 143 -
CMYK 0.09 0.29 0 0.44
HSL 280.98º 0.17% 0.48% -
HSV(B) 280.98º 0.29% 0.56% -
XYZ 18.92 16.23 28.12 -
YUV 115.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 130 102 143 0.09 0.29 0 0.44 280.98 0.17 0.48
Hex 82 66 8F 9 1D 0 2C 119 11 30
Octal 202 146 217 11 35 0 54 431 21 60
Binary 10000010 1100110 10001111 1001 11101 0 101100 100011001 10001 110000

Color Harmonies of #82668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82668F

Black with #82668F

Text Example


Text Example

White with #82668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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