Html Css Color HEX #990058 Eggplant

📋 copy color: '#990058'

red 153 ◦ green 0 ◦ blue 88

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

Shades of Eggplant #990058

Tints of Eggplant #990058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 63.49%
G = 0%
B = 36.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990058 (or 0x990058) is known color: Eggplant. HEX triplet: 99, 00 and 58. RGB value is (153,0,88). Sum of RGB (Red+Green+Blue) = 153+0+88=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990058 is #66FFA7. Grayscale: #373737. Windows color (decimal): -6750120 or 5767321. OLE color: 5767321.

HSL color Cylindrical-coordinate representation of color #990058: hue angle of 325.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990058 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 88 -
CMYK 0 1 0.42 0.4
HSL 325.49º 1% 0.3% -
HSV(B) 325.49º 1% 0.6% -
XYZ 14.9 7.48 9.89 -
YUV 55.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 153 0 88 0 1 0.42 0.4 325.49 1 0.3
Hex 99 0 58 0 64 2A 28 145 64 1E
Octal 231 0 130 0 144 52 50 505 144 36
Binary 10011001 0 1011000 0 1100100 101010 101000 101000101 1100100 11110

Color Harmonies of #990058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990058

Black with #990058

Text Example


Text Example

White with #990058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990058; }

 p { color: rgb(153,0,88); }

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

background-color css

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

 a { background-color: rgb(153,0,88); }

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

border-color css

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

 span { border-color: rgb(153,0,88); }

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