Html Css Color HEX #82015F Eggplant

📋 copy color: '#82015F'

red 130 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #82015F

Tints of Eggplant #82015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 57.52%
G = 0.44%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82015F (or 0x82015F) is known color: Eggplant. HEX triplet: 82, 01 and 5F. RGB value is (130,1,95). Sum of RGB (Red+Green+Blue) = 130+1+95=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82015F is #7DFEA0. Grayscale: #323232. Windows color (decimal): -8257185 or 6226306. OLE color: 6226306.

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

Color convert

RGB 130 1 95 -
CMYK 0 0.99 0.27 0.49
HSL 316.28º 0.98% 0.26% -
HSV(B) 316.28º 0.99% 0.51% -
XYZ 11.28 5.59 11.31 -
YUV 50.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 130 1 95 0 0.99 0.27 0.49 316.28 0.98 0.26
Hex 82 1 5F 0 63 1B 31 13C 62 1A
Octal 202 1 137 0 143 33 61 474 142 32
Binary 10000010 1 1011111 0 1100011 11011 110001 100111100 1100010 11010

Color Harmonies of #82015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82015F

Black with #82015F

Text Example


Text Example

White with #82015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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