Html Css Color HEX #940575 Eggplant

📋 copy color: '#940575'

red 148 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #940575

Tints of Eggplant #940575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 54.81%
G = 1.85%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#940575 (or 0x940575) is known color: Eggplant. HEX triplet: 94, 05 and 75. RGB value is (148,5,117). Sum of RGB (Red+Green+Blue) = 148+5+117=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #940575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940575 is #6BFA8A. Grayscale: #3C3C3C. Windows color (decimal): -7076491 or 7669140. OLE color: 7669140.

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

Color convert

RGB 148 5 117 -
CMYK 0 0.97 0.21 0.42
HSL 313.01º 0.93% 0.3% -
HSV(B) 313.01º 0.97% 0.58% -
XYZ 15.48 7.69 17.5 -
YUV 60.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 148 5 117 0 0.97 0.21 0.42 313.01 0.93 0.3
Hex 94 5 75 0 61 15 2A 139 5D 1E
Octal 224 5 165 0 141 25 52 471 135 36
Binary 10010100 101 1110101 0 1100001 10101 101010 100111001 1011101 11110

Color Harmonies of #940575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940575

Black with #940575

Text Example


Text Example

White with #940575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940575; }

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

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

background-color css

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

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

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

border-color css

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

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

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