Html Css Color HEX #940179 Eggplant

📋 copy color: '#940179'

red 148 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #940179

Tints of Eggplant #940179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 54.81%
G = 0.37%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#940179 (or 0x940179) is known color: Eggplant. HEX triplet: 94, 01 and 79. RGB value is (148,1,121). Sum of RGB (Red+Green+Blue) = 148+1+121=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #940179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940179 is #6BFE86. Grayscale: #3A3A3A. Windows color (decimal): -7077511 or 7930260. OLE color: 7930260.

HSL color Cylindrical-coordinate representation of color #940179: hue angle of 311.02º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940179 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 121 -
CMYK 0 0.99 0.18 0.42
HSL 311.02º 0.99% 0.29% -
HSV(B) 311.02º 0.99% 0.58% -
XYZ 15.67 7.7 18.75 -
YUV 58.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 148 1 121 0 0.99 0.18 0.42 311.02 0.99 0.29
Hex 94 1 79 0 63 12 2A 137 63 1D
Octal 224 1 171 0 143 22 52 467 143 35
Binary 10010100 1 1111001 0 1100011 10010 101010 100110111 1100011 11101

Color Harmonies of #940179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940179

Black with #940179

Text Example


Text Example

White with #940179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940179; }

 p { color: rgb(148,1,121); }

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

background-color css

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

 a { background-color: rgb(148,1,121); }

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

border-color css

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

 span { border-color: rgb(148,1,121); }

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