Html Css Color HEX #990568 Eggplant

📋 copy color: '#990568'

red 153 ◦ green 5 ◦ blue 104

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

Shades of Eggplant #990568

Tints of Eggplant #990568

RGB

 RED value IS 153 (60.16% from 255) = 58.4%

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 58.4%
G = 1.91%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#990568 (or 0x990568) is known color: Eggplant. HEX triplet: 99, 05 and 68. RGB value is (153,5,104). Sum of RGB (Red+Green+Blue) = 153+5+104=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #990568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990568 is #66FA97. Grayscale: #3C3C3C. Windows color (decimal): -6748824 or 6817177. OLE color: 6817177.

HSL color Cylindrical-coordinate representation of color #990568: hue angle of 319.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990568 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 104 -
CMYK 0 0.97 0.32 0.4
HSL 319.86º 0.94% 0.31% -
HSV(B) 319.86º 0.97% 0.6% -
XYZ 15.69 7.88 13.79 -
YUV 60.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 153 5 104 0 0.97 0.32 0.4 319.86 0.94 0.31
Hex 99 5 68 0 61 20 28 140 5E 1F
Octal 231 5 150 0 141 40 50 500 136 37
Binary 10011001 101 1101000 0 1100001 100000 101000 101000000 1011110 11111

Color Harmonies of #990568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990568

Black with #990568

Text Example


Text Example

White with #990568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990568; }

 p { color: rgb(153,5,104); }

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

background-color css

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

 a { background-color: rgb(153,5,104); }

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

border-color css

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

 span { border-color: rgb(153,5,104); }

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