Html Css Color HEX #820165 Eggplant

📋 copy color: '#820165'

red 130 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #820165

Tints of Eggplant #820165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 56.03%
G = 0.43%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#820165 (or 0x820165) is known color: Eggplant. HEX triplet: 82, 01 and 65. RGB value is (130,1,101). Sum of RGB (Red+Green+Blue) = 130+1+101=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #820165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820165 is #7DFE9A. Grayscale: #323232. Windows color (decimal): -8257179 or 6619522. OLE color: 6619522.

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

Color convert

RGB 130 1 101 -
CMYK 0 0.99 0.22 0.49
HSL 313.49º 0.98% 0.26% -
HSV(B) 313.49º 0.99% 0.51% -
XYZ 11.57 5.71 12.8 -
YUV 50.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 130 1 101 0 0.99 0.22 0.49 313.49 0.98 0.26
Hex 82 1 65 0 63 16 31 139 62 1A
Octal 202 1 145 0 143 26 61 471 142 32
Binary 10000010 1 1100101 0 1100011 10110 110001 100111001 1100010 11010

Color Harmonies of #820165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820165

Black with #820165

Text Example


Text Example

White with #820165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820165; }

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

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

background-color css

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

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

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

border-color css

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

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

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