Html Css Color HEX #940357 Eggplant

📋 copy color: '#940357'

red 148 ◦ green 3 ◦ blue 87

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

Shades of Eggplant #940357

Tints of Eggplant #940357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 62.18%
G = 1.26%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#940357 (or 0x940357) is known color: Eggplant. HEX triplet: 94, 03 and 57. RGB value is (148,3,87). Sum of RGB (Red+Green+Blue) = 148+3+87=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #940357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940357 is #6BFCA8. Grayscale: #373737. Windows color (decimal): -7077033 or 5702548. OLE color: 5702548.

HSL color Cylindrical-coordinate representation of color #940357: hue angle of 325.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940357 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 87 -
CMYK 0 0.98 0.41 0.42
HSL 325.24º 0.96% 0.3% -
HSV(B) 325.24º 0.98% 0.58% -
XYZ 13.97 7.05 9.64 -
YUV 55.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 148 3 87 0 0.98 0.41 0.42 325.24 0.96 0.3
Hex 94 3 57 0 62 29 2A 145 60 1E
Octal 224 3 127 0 142 51 52 505 140 36
Binary 10010100 11 1010111 0 1100010 101001 101010 101000101 1100000 11110

Color Harmonies of #940357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940357

Black with #940357

Text Example


Text Example

White with #940357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940357; }

 p { color: rgb(148,3,87); }

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

background-color css

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

 a { background-color: rgb(148,3,87); }

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

border-color css

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

 span { border-color: rgb(148,3,87); }

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