Html Css Color HEX #82125C Eggplant

📋 copy color: '#82125C'

red 130 ◦ green 18 ◦ blue 92

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

Shades of Eggplant #82125C

Tints of Eggplant #82125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 54.17%
G = 7.5%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82125C (or 0x82125C) is known color: Eggplant. HEX triplet: 82, 12 and 5C. RGB value is (130,18,92). Sum of RGB (Red+Green+Blue) = 130+18+92=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82125C is #7DEDA3. Grayscale: #3B3B3B. Windows color (decimal): -8252836 or 6034050. OLE color: 6034050.

HSL color Cylindrical-coordinate representation of color #82125C: hue angle of 320.36º 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 #82125C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 92 -
CMYK 0 0.86 0.29 0.49
HSL 320.36º 0.76% 0.29% -
HSV(B) 320.36º 0.86% 0.51% -
XYZ 11.35 5.95 10.68 -
YUV 59.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 130 18 92 0 0.86 0.29 0.49 320.36 0.76 0.29
Hex 82 12 5C 0 56 1D 31 140 4C 1D
Octal 202 22 134 0 126 35 61 500 114 35
Binary 10000010 10010 1011100 0 1010110 11101 110001 101000000 1001100 11101

Color Harmonies of #82125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82125C

Black with #82125C

Text Example


Text Example

White with #82125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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