Html Css Color HEX #82145F Eggplant

📋 copy color: '#82145F'

red 130 ◦ green 20 ◦ blue 95

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

Shades of Eggplant #82145F

Tints of Eggplant #82145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 53.06%
G = 8.16%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82145F (or 0x82145F) is known color: Eggplant. HEX triplet: 82, 14 and 5F. RGB value is (130,20,95). Sum of RGB (Red+Green+Blue) = 130+20+95=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82145F is #7DEBA0. Grayscale: #3D3D3D. Windows color (decimal): -8252321 or 6231170. OLE color: 6231170.

HSL color Cylindrical-coordinate representation of color #82145F: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82145F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 95 -
CMYK 0 0.85 0.27 0.49
HSL 319.09º 0.73% 0.29% -
HSV(B) 319.09º 0.85% 0.51% -
XYZ 11.52 6.07 11.39 -
YUV 61.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 130 20 95 0 0.85 0.27 0.49 319.09 0.73 0.29
Hex 82 14 5F 0 55 1B 31 13F 49 1D
Octal 202 24 137 0 125 33 61 477 111 35
Binary 10000010 10100 1011111 0 1010101 11011 110001 100111111 1001001 11101

Color Harmonies of #82145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82145F

Black with #82145F

Text Example


Text Example

White with #82145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,20,95); }

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

background-color css

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

 a { background-color: rgb(130,20,95); }

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

border-color css

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

 span { border-color: rgb(130,20,95); }

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