Html Css Color HEX #990975 Eggplant

📋 copy color: '#990975'

red 153 ◦ green 9 ◦ blue 117

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

Shades of Eggplant #990975

Tints of Eggplant #990975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 54.84%
G = 3.23%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#990975 (or 0x990975) is known color: Eggplant. HEX triplet: 99, 09 and 75. RGB value is (153,9,117). Sum of RGB (Red+Green+Blue) = 153+9+117=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #990975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990975 is #66F68A. Grayscale: #404040. Windows color (decimal): -6747787 or 7670169. OLE color: 7670169.

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

Color convert

RGB 153 9 117 -
CMYK 0 0.94 0.24 0.4
HSL 315º 0.89% 0.32% -
HSV(B) 315º 0.94% 0.6% -
XYZ 16.45 8.25 17.56 -
YUV 64.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 153 9 117 0 0.94 0.24 0.4 315 0.89 0.32
Hex 99 9 75 0 5E 18 28 13B 59 20
Octal 231 11 165 0 136 30 50 473 131 40
Binary 10011001 1001 1110101 0 1011110 11000 101000 100111011 1011001 100000

Color Harmonies of #990975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990975

Black with #990975

Text Example


Text Example

White with #990975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990975; }

 p { color: rgb(153,9,117); }

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

background-color css

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

 a { background-color: rgb(153,9,117); }

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

border-color css

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

 span { border-color: rgb(153,9,117); }

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