Html Css Color HEX #940F61 Eggplant

📋 copy color: '#940F61'

red 148 ◦ green 15 ◦ blue 97

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

Shades of Eggplant #940F61

Tints of Eggplant #940F61

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.77%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 56.92%
G = 5.77%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#940F61 (or 0x940F61) is known color: Eggplant. HEX triplet: 94, 0F and 61. RGB value is (148,15,97). Sum of RGB (Red+Green+Blue) = 148+15+97=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #940F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F61 is #6BF09E. Grayscale: #3F3F3F. Windows color (decimal): -7073951 or 6360980. OLE color: 6360980.

HSL color Cylindrical-coordinate representation of color #940F61: hue angle of 323.01º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F61 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 97 -
CMYK 0 0.90 0.34 0.42
HSL 323.01º 0.82% 0.32% -
HSV(B) 323.01º 0.9% 0.58% -
XYZ 14.54 7.5 11.99 -
YUV 64.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 148 15 97 0 0.90 0.34 0.42 323.01 0.82 0.32
Hex 94 F 61 0 5A 22 2A 143 52 20
Octal 224 17 141 0 132 42 52 503 122 40
Binary 10010100 1111 1100001 0 1011010 100010 101010 101000011 1010010 100000

Color Harmonies of #940F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F61

Black with #940F61

Text Example


Text Example

White with #940F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940F61; }

 p { color: rgb(148,15,97); }

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

background-color css

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

 a { background-color: rgb(148,15,97); }

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

border-color css

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

 span { border-color: rgb(148,15,97); }

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