Html Css Color HEX #940474 Eggplant

📋 copy color: '#940474'

red 148 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #940474

Tints of Eggplant #940474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 55.22%
G = 1.49%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#940474 (or 0x940474) is known color: Eggplant. HEX triplet: 94, 04 and 74. RGB value is (148,4,116). Sum of RGB (Red+Green+Blue) = 148+4+116=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940474 is #6BFB8B. Grayscale: #3B3B3B. Windows color (decimal): -7076748 or 7603348. OLE color: 7603348.

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

Color convert

RGB 148 4 116 -
CMYK 0 0.97 0.22 0.42
HSL 313.33º 0.95% 0.3% -
HSV(B) 313.33º 0.97% 0.58% -
XYZ 15.41 7.64 17.19 -
YUV 59.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 148 4 116 0 0.97 0.22 0.42 313.33 0.95 0.3
Hex 94 4 74 0 61 16 2A 139 5F 1E
Octal 224 4 164 0 141 26 52 471 137 36
Binary 10010100 100 1110100 0 1100001 10110 101010 100111001 1011111 11110

Color Harmonies of #940474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940474

Black with #940474

Text Example


Text Example

White with #940474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940474; }

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

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

background-color css

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

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

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

border-color css

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

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

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