Html Css Color HEX #940576 Eggplant

📋 copy color: '#940576'

red 148 ◦ green 5 ◦ blue 118

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

Shades of Eggplant #940576

Tints of Eggplant #940576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 54.61%
G = 1.85%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#940576 (or 0x940576) is known color: Eggplant. HEX triplet: 94, 05 and 76. RGB value is (148,5,118). Sum of RGB (Red+Green+Blue) = 148+5+118=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #940576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940576 is #6BFA89. Grayscale: #3C3C3C. Windows color (decimal): -7076490 or 7734676. OLE color: 7734676.

HSL color Cylindrical-coordinate representation of color #940576: hue angle of 312.59º degrees, saturation: 0.93, 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 #940576 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 118 -
CMYK 0 0.97 0.20 0.42
HSL 312.59º 0.93% 0.3% -
HSV(B) 312.59º 0.97% 0.58% -
XYZ 15.54 7.71 17.81 -
YUV 60.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 148 5 118 0 0.97 0.20 0.42 312.59 0.93 0.3
Hex 94 5 76 0 61 14 2A 139 5D 1E
Octal 224 5 166 0 141 24 52 471 135 36
Binary 10010100 101 1110110 0 1100001 10100 101010 100111001 1011101 11110

Color Harmonies of #940576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940576

Black with #940576

Text Example


Text Example

White with #940576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940576; }

 p { color: rgb(148,5,118); }

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

background-color css

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

 a { background-color: rgb(148,5,118); }

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

border-color css

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

 span { border-color: rgb(148,5,118); }

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