Html Css Color HEX #990463 Eggplant

📋 copy color: '#990463'

red 153 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #990463

Tints of Eggplant #990463

RGB

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

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

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

R = 59.77%
G = 1.56%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#990463 (or 0x990463) is known color: Eggplant. HEX triplet: 99, 04 and 63. RGB value is (153,4,99). Sum of RGB (Red+Green+Blue) = 153+4+99=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990463 is #66FB9C. Grayscale: #3B3B3B. Windows color (decimal): -6749085 or 6489241. OLE color: 6489241.

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

Color convert

RGB 153 4 99 -
CMYK 0 0.97 0.35 0.4
HSL 321.75º 0.95% 0.31% -
HSV(B) 321.75º 0.97% 0.6% -
XYZ 15.43 7.76 12.49 -
YUV 59.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 153 4 99 0 0.97 0.35 0.4 321.75 0.95 0.31
Hex 99 4 63 0 61 23 28 142 5F 1F
Octal 231 4 143 0 141 43 50 502 137 37
Binary 10011001 100 1100011 0 1100001 100011 101000 101000010 1011111 11111

Color Harmonies of #990463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990463

Black with #990463

Text Example


Text Example

White with #990463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990463; }

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

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

background-color css

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

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

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

border-color css

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

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

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