Html Css Color HEX #990363 Eggplant

📋 copy color: '#990363'

red 153 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #990363

Tints of Eggplant #990363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 60%
G = 1.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#990363 (or 0x990363) is known color: Eggplant. HEX triplet: 99, 03 and 63. RGB value is (153,3,99). Sum of RGB (Red+Green+Blue) = 153+3+99=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990363 is #66FC9C. Grayscale: #3A3A3A. Windows color (decimal): -6749341 or 6488985. OLE color: 6488985.

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

Color convert

RGB 153 3 99 -
CMYK 0 0.98 0.35 0.4
HSL 321.6º 0.96% 0.31% -
HSV(B) 321.6º 0.98% 0.6% -
XYZ 15.42 7.74 12.49 -
YUV 58.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 153 3 99 0 0.98 0.35 0.4 321.6 0.96 0.31
Hex 99 3 63 0 62 23 28 142 60 1F
Octal 231 3 143 0 142 43 50 502 140 37
Binary 10011001 11 1100011 0 1100010 100011 101000 101000010 1100000 11111

Color Harmonies of #990363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990363

Black with #990363

Text Example


Text Example

White with #990363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990363; }

 p { color: rgb(153,3,99); }

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

background-color css

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

 a { background-color: rgb(153,3,99); }

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

border-color css

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

 span { border-color: rgb(153,3,99); }

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