Html Css Color HEX #900058 Eggplant

📋 copy color: '#900058'

red 144 ◦ green 0 ◦ blue 88

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

Shades of Eggplant #900058

Tints of Eggplant #900058

RGB

 RED value IS 144 (56.64% from 255) = 62.07%

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

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

R = 62.07%
G = 0%
B = 37.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#900058 (or 0x900058) is known color: Eggplant. HEX triplet: 90, 00 and 58. RGB value is (144,0,88). Sum of RGB (Red+Green+Blue) = 144+0+88=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #900058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900058 is #6FFFA7. Grayscale: #343434. Windows color (decimal): -7339944 or 5767312. OLE color: 5767312.

HSL color Cylindrical-coordinate representation of color #900058: hue angle of 323.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900058 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 88 -
CMYK 0 1 0.39 0.44
HSL 323.33º 1% 0.28% -
HSV(B) 323.33º 1% 0.56% -
XYZ 13.26 6.63 9.81 -
YUV 53.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 144 0 88 0 1 0.39 0.44 323.33 1 0.28
Hex 90 0 58 0 64 27 2C 143 64 1C
Octal 220 0 130 0 144 47 54 503 144 34
Binary 10010000 0 1011000 0 1100100 100111 101100 101000011 1100100 11100

Color Harmonies of #900058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900058

Black with #900058

Text Example


Text Example

White with #900058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900058; }

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

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

background-color css

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

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

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

border-color css

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

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

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