Html Css Color HEX #82125D Eggplant

📋 copy color: '#82125D'

red 130 ◦ green 18 ◦ blue 93

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

Shades of Eggplant #82125D

Tints of Eggplant #82125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 53.94%
G = 7.47%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82125D (or 0x82125D) is known color: Eggplant. HEX triplet: 82, 12 and 5D. RGB value is (130,18,93). Sum of RGB (Red+Green+Blue) = 130+18+93=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82125D is #7DEDA2. Grayscale: #3B3B3B. Windows color (decimal): -8252835 or 6099586. OLE color: 6099586.

HSL color Cylindrical-coordinate representation of color #82125D: hue angle of 319.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82125D is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 93 -
CMYK 0 0.86 0.28 0.49
HSL 319.82º 0.76% 0.29% -
HSV(B) 319.82º 0.86% 0.51% -
XYZ 11.4 5.97 10.91 -
YUV 60.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 130 18 93 0 0.86 0.28 0.49 319.82 0.76 0.29
Hex 82 12 5D 0 56 1C 31 140 4C 1D
Octal 202 22 135 0 126 34 61 500 114 35
Binary 10000010 10010 1011101 0 1010110 11100 110001 101000000 1001100 11101

Color Harmonies of #82125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82125D

Black with #82125D

Text Example


Text Example

White with #82125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82125D; }

 p { color: rgb(130,18,93); }

 H1.HeaderClassName
 {
   color: #82125D;
 }
 .AnyTagClassName
 {
   color: #82125D;
 }
</style>

background-color css

<style>
 a { background-color: #82125D; }

 a { background-color: rgb(130,18,93); }

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

border-color css

<style>
 span { border-color: #82125D; }

 span { border-color: rgb(130,18,93); }

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