Html Css Color HEX #940471 Eggplant

📋 copy color: '#940471'

red 148 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #940471

Tints of Eggplant #940471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 55.85%
G = 1.51%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#940471 (or 0x940471) is known color: Eggplant. HEX triplet: 94, 04 and 71. RGB value is (148,4,113). Sum of RGB (Red+Green+Blue) = 148+4+113=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #940471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940471 is #6BFB8E. Grayscale: #3B3B3B. Windows color (decimal): -7076751 or 7406740. OLE color: 7406740.

HSL color Cylindrical-coordinate representation of color #940471: hue angle of 314.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 #940471 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 113 -
CMYK 0 0.97 0.24 0.42
HSL 314.58º 0.95% 0.3% -
HSV(B) 314.58º 0.97% 0.58% -
XYZ 15.24 7.57 16.28 -
YUV 59.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 148 4 113 0 0.97 0.24 0.42 314.58 0.95 0.3
Hex 94 4 71 0 61 18 2A 13B 5F 1E
Octal 224 4 161 0 141 30 52 473 137 36
Binary 10010100 100 1110001 0 1100001 11000 101010 100111011 1011111 11110

Color Harmonies of #940471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940471

Black with #940471

Text Example


Text Example

White with #940471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940471; }

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

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

background-color css

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

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

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

border-color css

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

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

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