Html Css Color HEX #820152 Eggplant

📋 copy color: '#820152'

red 130 ◦ green 1 ◦ blue 82

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

Shades of Eggplant #820152

Tints of Eggplant #820152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 61.03%
G = 0.47%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#820152 (or 0x820152) is known color: Eggplant. HEX triplet: 82, 01 and 52. RGB value is (130,1,82). Sum of RGB (Red+Green+Blue) = 130+1+82=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #820152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820152 is #7DFEAD. Grayscale: #303030. Windows color (decimal): -8257198 or 5374338. OLE color: 5374338.

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

Color convert

RGB 130 1 82 -
CMYK 0 0.99 0.37 0.49
HSL 322.33º 0.98% 0.26% -
HSV(B) 322.33º 0.99% 0.51% -
XYZ 10.74 5.38 8.45 -
YUV 48.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 130 1 82 0 0.99 0.37 0.49 322.33 0.98 0.26
Hex 82 1 52 0 63 25 31 142 62 1A
Octal 202 1 122 0 143 45 61 502 142 32
Binary 10000010 1 1010010 0 1100011 100101 110001 101000010 1100010 11010

Color Harmonies of #820152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820152

Black with #820152

Text Example


Text Example

White with #820152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820152; }

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

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

background-color css

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

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

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

border-color css

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

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

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