Html Css Color HEX #820968 Eggplant

📋 copy color: '#820968'

red 130 ◦ green 9 ◦ blue 104

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

Shades of Eggplant #820968

Tints of Eggplant #820968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 53.5%
G = 3.7%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#820968 (or 0x820968) is known color: Eggplant. HEX triplet: 82, 09 and 68. RGB value is (130,9,104). Sum of RGB (Red+Green+Blue) = 130+9+104=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #820968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820968 is #7DF697. Grayscale: #373737. Windows color (decimal): -8255128 or 6818178. OLE color: 6818178.

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

Color convert

RGB 130 9 104 -
CMYK 0 0.93 0.2 0.49
HSL 312.89º 0.87% 0.27% -
HSV(B) 312.89º 0.93% 0.51% -
XYZ 11.8 5.94 13.62 -
YUV 56.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 130 9 104 0 0.93 0.2 0.49 312.89 0.87 0.27
Hex 82 9 68 0 5D 14 31 139 57 1B
Octal 202 11 150 0 135 24 61 471 127 33
Binary 10000010 1001 1101000 0 1011101 10100 110001 100111001 1010111 11011

Color Harmonies of #820968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820968

Black with #820968

Text Example


Text Example

White with #820968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820968; }

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

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

background-color css

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

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

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

border-color css

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

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

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