Html Css Color HEX #820258 Eggplant

📋 copy color: '#820258'

red 130 ◦ green 2 ◦ blue 88

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

Shades of Eggplant #820258

Tints of Eggplant #820258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 59.09%
G = 0.91%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#820258 (or 0x820258) is known color: Eggplant. HEX triplet: 82, 02 and 58. RGB value is (130,2,88). Sum of RGB (Red+Green+Blue) = 130+2+88=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820258 is #7DFDA7. Grayscale: #313131. Windows color (decimal): -8256936 or 5767810. OLE color: 5767810.

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

Color convert

RGB 130 2 88 -
CMYK 0 0.98 0.32 0.49
HSL 319.69º 0.97% 0.26% -
HSV(B) 319.69º 0.98% 0.51% -
XYZ 10.99 5.49 9.71 -
YUV 50.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 130 2 88 0 0.98 0.32 0.49 319.69 0.97 0.26
Hex 82 2 58 0 62 20 31 140 61 1A
Octal 202 2 130 0 142 40 61 500 141 32
Binary 10000010 10 1011000 0 1100010 100000 110001 101000000 1100001 11010

Color Harmonies of #820258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820258

Black with #820258

Text Example


Text Example

White with #820258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820258; }

 p { color: rgb(130,2,88); }

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

background-color css

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

 a { background-color: rgb(130,2,88); }

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

border-color css

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

 span { border-color: rgb(130,2,88); }

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