Html Css Color HEX #820863 Eggplant

📋 copy color: '#820863'

red 130 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #820863

Tints of Eggplant #820863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 54.85%
G = 3.38%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#820863 (or 0x820863) is known color: Eggplant. HEX triplet: 82, 08 and 63. RGB value is (130,8,99). Sum of RGB (Red+Green+Blue) = 130+8+99=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820863 is #7DF79C. Grayscale: #363636. Windows color (decimal): -8255389 or 6490242. OLE color: 6490242.

HSL color Cylindrical-coordinate representation of color #820863: hue angle of 315.25º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820863 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 99 -
CMYK 0 0.94 0.24 0.49
HSL 315.25º 0.88% 0.27% -
HSV(B) 315.25º 0.94% 0.51% -
XYZ 11.54 5.82 12.32 -
YUV 54.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 130 8 99 0 0.94 0.24 0.49 315.25 0.88 0.27
Hex 82 8 63 0 5E 18 31 13B 58 1B
Octal 202 10 143 0 136 30 61 473 130 33
Binary 10000010 1000 1100011 0 1011110 11000 110001 100111011 1011000 11011

Color Harmonies of #820863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820863

Black with #820863

Text Example


Text Example

White with #820863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820863; }

 p { color: rgb(130,8,99); }

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

background-color css

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

 a { background-color: rgb(130,8,99); }

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

border-color css

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

 span { border-color: rgb(130,8,99); }

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