Html Css Color HEX #940C71 Eggplant

📋 copy color: '#940C71'

red 148 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #940C71

Tints of Eggplant #940C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 54.21%
G = 4.4%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#940C71 (or 0x940C71) is known color: Eggplant. HEX triplet: 94, 0C and 71. RGB value is (148,12,113). Sum of RGB (Red+Green+Blue) = 148+12+113=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #940C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C71 is #6BF38E. Grayscale: #3F3F3F. Windows color (decimal): -7074703 or 7408788. OLE color: 7408788.

HSL color Cylindrical-coordinate representation of color #940C71: hue angle of 315.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C71 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 12 113 -
CMYK 0 0.92 0.24 0.42
HSL 315.44º 0.85% 0.31% -
HSV(B) 315.44º 0.92% 0.58% -
XYZ 15.32 7.75 16.31 -
YUV 64.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 148 12 113 0 0.92 0.24 0.42 315.44 0.85 0.31
Hex 94 C 71 0 5C 18 2A 13B 55 1F
Octal 224 14 161 0 134 30 52 473 125 37
Binary 10010100 1100 1110001 0 1011100 11000 101010 100111011 1010101 11111

Color Harmonies of #940C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C71

Black with #940C71

Text Example


Text Example

White with #940C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,12,113); }

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

background-color css

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

 a { background-color: rgb(148,12,113); }

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

border-color css

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

 span { border-color: rgb(148,12,113); }

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