Html Css Color HEX #94116D Eggplant

📋 copy color: '#94116D'

red 148 ◦ green 17 ◦ blue 109

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

Shades of Eggplant #94116D

Tints of Eggplant #94116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 54.01%
G = 6.2%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94116D (or 0x94116D) is known color: Eggplant. HEX triplet: 94, 11 and 6D. RGB value is (148,17,109). Sum of RGB (Red+Green+Blue) = 148+17+109=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94116D is #6BEE92. Grayscale: #424242. Windows color (decimal): -7073427 or 7147924. OLE color: 7147924.

HSL color Cylindrical-coordinate representation of color #94116D: hue angle of 317.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94116D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 109 -
CMYK 0 0.89 0.26 0.42
HSL 317.86º 0.79% 0.32% -
HSV(B) 317.86º 0.89% 0.58% -
XYZ 15.17 7.8 15.17 -
YUV 66.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 148 17 109 0 0.89 0.26 0.42 317.86 0.79 0.32
Hex 94 11 6D 0 59 1A 2A 13E 4F 20
Octal 224 21 155 0 131 32 52 476 117 40
Binary 10010100 10001 1101101 0 1011001 11010 101010 100111110 1001111 100000

Color Harmonies of #94116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94116D

Black with #94116D

Text Example


Text Example

White with #94116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94116D; }

 p { color: rgb(148,17,109); }

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

background-color css

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

 a { background-color: rgb(148,17,109); }

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

border-color css

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

 span { border-color: rgb(148,17,109); }

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