Html Css Color HEX #820261 Eggplant

📋 copy color: '#820261'

red 130 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #820261

Tints of Eggplant #820261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 56.77%
G = 0.87%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#820261 (or 0x820261) is known color: Eggplant. HEX triplet: 82, 02 and 61. RGB value is (130,2,97). Sum of RGB (Red+Green+Blue) = 130+2+97=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820261 is #7DFD9E. Grayscale: #323232. Windows color (decimal): -8256927 or 6357634. OLE color: 6357634.

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

Color convert

RGB 130 2 97 -
CMYK 0 0.98 0.25 0.49
HSL 315.47º 0.97% 0.26% -
HSV(B) 315.47º 0.98% 0.51% -
XYZ 11.39 5.65 11.8 -
YUV 51.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 130 2 97 0 0.98 0.25 0.49 315.47 0.97 0.26
Hex 82 2 61 0 62 19 31 13B 61 1A
Octal 202 2 141 0 142 31 61 473 141 32
Binary 10000010 10 1100001 0 1100010 11001 110001 100111011 1100001 11010

Color Harmonies of #820261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820261

Black with #820261

Text Example


Text Example

White with #820261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820261; }

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

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

background-color css

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

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

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

border-color css

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

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

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