Html Css Color HEX #990468 Eggplant

📋 copy color: '#990468'

red 153 ◦ green 4 ◦ blue 104

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

Shades of Eggplant #990468

Tints of Eggplant #990468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 58.62%
G = 1.53%
B = 39.85%

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

#990468 (or 0x990468) is known color: Eggplant. HEX triplet: 99, 04 and 68. RGB value is (153,4,104). Sum of RGB (Red+Green+Blue) = 153+4+104=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #990468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990468 is #66FB97. Grayscale: #3B3B3B. Windows color (decimal): -6749080 or 6816921. OLE color: 6816921.

HSL color Cylindrical-coordinate representation of color #990468: hue angle of 319.73º degrees, saturation: 0.95, 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 #990468 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 104 -
CMYK 0 0.97 0.32 0.4
HSL 319.73º 0.95% 0.31% -
HSV(B) 319.73º 0.97% 0.6% -
XYZ 15.68 7.86 13.79 -
YUV 59.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 153 4 104 0 0.97 0.32 0.4 319.73 0.95 0.31
Hex 99 4 68 0 61 20 28 140 5F 1F
Octal 231 4 150 0 141 40 50 500 137 37
Binary 10011001 100 1101000 0 1100001 100000 101000 101000000 1011111 11111

Color Harmonies of #990468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990468

Black with #990468

Text Example


Text Example

White with #990468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990468; }

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

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

background-color css

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

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

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

border-color css

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

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

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