Html Css Color HEX #940478 Eggplant

📋 copy color: '#940478'

red 148 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #940478

Tints of Eggplant #940478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.12%

R = 54.41%
G = 1.47%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#940478 (or 0x940478) is known color: Eggplant. HEX triplet: 94, 04 and 78. RGB value is (148,4,120). Sum of RGB (Red+Green+Blue) = 148+4+120=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #940478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940478 is #6BFB87. Grayscale: #3B3B3B. Windows color (decimal): -7076744 or 7865492. OLE color: 7865492.

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

Color convert

RGB 148 4 120 -
CMYK 0 0.97 0.19 0.42
HSL 311.67º 0.95% 0.3% -
HSV(B) 311.67º 0.97% 0.58% -
XYZ 15.65 7.74 18.44 -
YUV 60.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 148 4 120 0 0.97 0.19 0.42 311.67 0.95 0.3
Hex 94 4 78 0 61 13 2A 138 5F 1E
Octal 224 4 170 0 141 23 52 470 137 36
Binary 10010100 100 1111000 0 1100001 10011 101010 100111000 1011111 11110

Color Harmonies of #940478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940478

Black with #940478

Text Example


Text Example

White with #940478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940478; }

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

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

background-color css

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

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

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

border-color css

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

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

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