Html Css Color HEX #820254 Eggplant

📋 copy color: '#820254'

red 130 ◦ green 2 ◦ blue 84

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

Shades of Eggplant #820254

Tints of Eggplant #820254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 60.19%
G = 0.93%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#820254 (or 0x820254) is known color: Eggplant. HEX triplet: 82, 02 and 54. RGB value is (130,2,84). Sum of RGB (Red+Green+Blue) = 130+2+84=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820254 is #7DFDAB. Grayscale: #313131. Windows color (decimal): -8256940 or 5505666. OLE color: 5505666.

HSL color Cylindrical-coordinate representation of color #820254: hue angle of 321.56º 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 #820254 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 84 -
CMYK 0 0.98 0.35 0.49
HSL 321.56º 0.97% 0.26% -
HSV(B) 321.56º 0.98% 0.51% -
XYZ 10.83 5.43 8.86 -
YUV 49.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 130 2 84 0 0.98 0.35 0.49 321.56 0.97 0.26
Hex 82 2 54 0 62 23 31 142 61 1A
Octal 202 2 124 0 142 43 61 502 141 32
Binary 10000010 10 1010100 0 1100010 100011 110001 101000010 1100001 11010

Color Harmonies of #820254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820254

Black with #820254

Text Example


Text Example

White with #820254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820254; }

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

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

background-color css

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

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

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

border-color css

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

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

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