Html Css Color HEX #94136D Eggplant

📋 copy color: '#94136D'

red 148 ◦ green 19 ◦ blue 109

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

Shades of Eggplant #94136D

Tints of Eggplant #94136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 53.62%
G = 6.88%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94136D (or 0x94136D) is known color: Eggplant. HEX triplet: 94, 13 and 6D. RGB value is (148,19,109). Sum of RGB (Red+Green+Blue) = 148+19+109=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94136D is #6BEC92. Grayscale: #434343. Windows color (decimal): -7072915 or 7148436. OLE color: 7148436.

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

Color convert

RGB 148 19 109 -
CMYK 0 0.87 0.26 0.42
HSL 318.14º 0.77% 0.33% -
HSV(B) 318.14º 0.87% 0.58% -
XYZ 15.21 7.87 15.18 -
YUV 67.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 148 19 109 0 0.87 0.26 0.42 318.14 0.77 0.33
Hex 94 13 6D 0 57 1A 2A 13E 4D 21
Octal 224 23 155 0 127 32 52 476 115 41
Binary 10010100 10011 1101101 0 1010111 11010 101010 100111110 1001101 100001

Color Harmonies of #94136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94136D

Black with #94136D

Text Example


Text Example

White with #94136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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