Html Css Color HEX #820157 Eggplant

📋 copy color: '#820157'

red 130 ◦ green 1 ◦ blue 87

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

Shades of Eggplant #820157

Tints of Eggplant #820157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.91%

R = 59.63%
G = 0.46%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#820157 (or 0x820157) is known color: Eggplant. HEX triplet: 82, 01 and 57. RGB value is (130,1,87). Sum of RGB (Red+Green+Blue) = 130+1+87=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #820157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820157 is #7DFEA8. Grayscale: #313131. Windows color (decimal): -8257193 or 5702018. OLE color: 5702018.

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

Color convert

RGB 130 1 87 -
CMYK 0 0.99 0.33 0.49
HSL 320º 0.98% 0.26% -
HSV(B) 320º 0.99% 0.51% -
XYZ 10.94 5.46 9.49 -
YUV 49.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 130 1 87 0 0.99 0.33 0.49 320 0.98 0.26
Hex 82 1 57 0 63 21 31 140 62 1A
Octal 202 1 127 0 143 41 61 500 142 32
Binary 10000010 1 1010111 0 1100011 100001 110001 101000000 1100010 11010

Color Harmonies of #820157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820157

Black with #820157

Text Example


Text Example

White with #820157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820157; }

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

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

background-color css

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

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

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

border-color css

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

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

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