Html Css Color HEX #940759 Eggplant

📋 copy color: '#940759'

red 148 ◦ green 7 ◦ blue 89

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

Shades of Eggplant #940759

Tints of Eggplant #940759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 60.66%
G = 2.87%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#940759 (or 0x940759) is known color: Eggplant. HEX triplet: 94, 07 and 59. RGB value is (148,7,89). Sum of RGB (Red+Green+Blue) = 148+7+89=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #940759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940759 is #6BF8A6. Grayscale: #3A3A3A. Windows color (decimal): -7076007 or 5834644. OLE color: 5834644.

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

Color convert

RGB 148 7 89 -
CMYK 0 0.95 0.40 0.42
HSL 325.11º 0.91% 0.3% -
HSV(B) 325.11º 0.95% 0.58% -
XYZ 14.09 7.17 10.09 -
YUV 58.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 148 7 89 0 0.95 0.40 0.42 325.11 0.91 0.3
Hex 94 7 59 0 5F 28 2A 145 5B 1E
Octal 224 7 131 0 137 50 52 505 133 36
Binary 10010100 111 1011001 0 1011111 101000 101010 101000101 1011011 11110

Color Harmonies of #940759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940759

Black with #940759

Text Example


Text Example

White with #940759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940759; }

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

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

background-color css

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

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

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

border-color css

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

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

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