Html Css Color HEX #820169 Eggplant

📋 copy color: '#820169'

red 130 ◦ green 1 ◦ blue 105

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

Shades of Eggplant #820169

Tints of Eggplant #820169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.49%

R = 55.08%
G = 0.42%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#820169 (or 0x820169) is known color: Eggplant. HEX triplet: 82, 01 and 69. RGB value is (130,1,105). Sum of RGB (Red+Green+Blue) = 130+1+105=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820169 is #7DFE96. Grayscale: #333333. Windows color (decimal): -8257175 or 6881666. OLE color: 6881666.

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

Color convert

RGB 130 1 105 -
CMYK 0 0.99 0.19 0.49
HSL 311.63º 0.98% 0.26% -
HSV(B) 311.63º 0.99% 0.51% -
XYZ 11.77 5.79 13.86 -
YUV 51.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 130 1 105 0 0.99 0.19 0.49 311.63 0.98 0.26
Hex 82 1 69 0 63 13 31 138 62 1A
Octal 202 1 151 0 143 23 61 470 142 32
Binary 10000010 1 1101001 0 1100011 10011 110001 100111000 1100010 11010

Color Harmonies of #820169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820169

Black with #820169

Text Example


Text Example

White with #820169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820169; }

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

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

background-color css

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

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

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

border-color css

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

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

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