Html Css Color HEX #940257 Eggplant

📋 copy color: '#940257'

red 148 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #940257

Tints of Eggplant #940257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 62.45%
G = 0.84%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#940257 (or 0x940257) is known color: Eggplant. HEX triplet: 94, 02 and 57. RGB value is (148,2,87). Sum of RGB (Red+Green+Blue) = 148+2+87=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940257 is #6BFDA8. Grayscale: #373737. Windows color (decimal): -7077289 or 5702292. OLE color: 5702292.

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

Color convert

RGB 148 2 87 -
CMYK 0 0.99 0.41 0.42
HSL 325.07º 0.97% 0.29% -
HSV(B) 325.07º 0.99% 0.58% -
XYZ 13.95 7.03 9.64 -
YUV 55.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 148 2 87 0 0.99 0.41 0.42 325.07 0.97 0.29
Hex 94 2 57 0 63 29 2A 145 61 1D
Octal 224 2 127 0 143 51 52 505 141 35
Binary 10010100 10 1010111 0 1100011 101001 101010 101000101 1100001 11101

Color Harmonies of #940257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940257

Black with #940257

Text Example


Text Example

White with #940257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940257; }

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

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

background-color css

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

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

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

border-color css

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

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

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