Html Css Color HEX #820963 Eggplant

📋 copy color: '#820963'

red 130 ◦ green 9 ◦ blue 99

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

Shades of Eggplant #820963

Tints of Eggplant #820963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 54.62%
G = 3.78%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#820963 (or 0x820963) is known color: Eggplant. HEX triplet: 82, 09 and 63. RGB value is (130,9,99). Sum of RGB (Red+Green+Blue) = 130+9+99=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820963 is #7DF69C. Grayscale: #373737. Windows color (decimal): -8255133 or 6490498. OLE color: 6490498.

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

Color convert

RGB 130 9 99 -
CMYK 0 0.93 0.24 0.49
HSL 315.37º 0.87% 0.27% -
HSV(B) 315.37º 0.93% 0.51% -
XYZ 11.56 5.84 12.32 -
YUV 55.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 130 9 99 0 0.93 0.24 0.49 315.37 0.87 0.27
Hex 82 9 63 0 5D 18 31 13B 57 1B
Octal 202 11 143 0 135 30 61 473 127 33
Binary 10000010 1001 1100011 0 1011101 11000 110001 100111011 1010111 11011

Color Harmonies of #820963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820963

Black with #820963

Text Example


Text Example

White with #820963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820963; }

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

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

background-color css

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

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

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

border-color css

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

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

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