Html Css Color HEX #940459 Eggplant

📋 copy color: '#940459'

red 148 ◦ green 4 ◦ blue 89

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

Shades of Eggplant #940459

Tints of Eggplant #940459

RGB

 RED value IS 148 (58.2% from 255) = 61.41%

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

 BLUE value IS 89 (35.16% from 255) = 36.93%

R = 61.41%
G = 1.66%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#940459 (or 0x940459) is known color: Eggplant. HEX triplet: 94, 04 and 59. RGB value is (148,4,89). Sum of RGB (Red+Green+Blue) = 148+4+89=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #940459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940459 is #6BFBA6. Grayscale: #383838. Windows color (decimal): -7076775 or 5833876. OLE color: 5833876.

HSL color Cylindrical-coordinate representation of color #940459: hue angle of 324.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940459 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 89 -
CMYK 0 0.97 0.40 0.42
HSL 324.58º 0.95% 0.3% -
HSV(B) 324.58º 0.97% 0.58% -
XYZ 14.06 7.1 10.08 -
YUV 56.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 148 4 89 0 0.97 0.40 0.42 324.58 0.95 0.3
Hex 94 4 59 0 61 28 2A 145 5F 1E
Octal 224 4 131 0 141 50 52 505 137 36
Binary 10010100 100 1011001 0 1100001 101000 101010 101000101 1011111 11110

Color Harmonies of #940459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940459

Black with #940459

Text Example


Text Example

White with #940459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940459; }

 p { color: rgb(148,4,89); }

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

background-color css

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

 a { background-color: rgb(148,4,89); }

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

border-color css

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

 span { border-color: rgb(148,4,89); }

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