Html Css Color HEX #940F6F Eggplant

📋 copy color: '#940F6F'

red 148 ◦ green 15 ◦ blue 111

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

Shades of Eggplant #940F6F

Tints of Eggplant #940F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 54.01%
G = 5.47%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#940F6F (or 0x940F6F) is known color: Eggplant. HEX triplet: 94, 0F and 6F. RGB value is (148,15,111). Sum of RGB (Red+Green+Blue) = 148+15+111=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #940F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F6F is #6BF090. Grayscale: #414141. Windows color (decimal): -7073937 or 7278484. OLE color: 7278484.

HSL color Cylindrical-coordinate representation of color #940F6F: hue angle of 316.69º 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 #940F6F is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 111 -
CMYK 0 0.90 0.25 0.42
HSL 316.69º 0.82% 0.32% -
HSV(B) 316.69º 0.9% 0.58% -
XYZ 15.25 7.79 15.74 -
YUV 65.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 148 15 111 0 0.90 0.25 0.42 316.69 0.82 0.32
Hex 94 F 6F 0 5A 19 2A 13D 52 20
Octal 224 17 157 0 132 31 52 475 122 40
Binary 10010100 1111 1101111 0 1011010 11001 101010 100111101 1010010 100000

Color Harmonies of #940F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F6F

Black with #940F6F

Text Example


Text Example

White with #940F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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