Html Css Color HEX #94046D Eggplant

📋 copy color: '#94046D'

red 148 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #94046D

Tints of Eggplant #94046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 56.7%
G = 1.53%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94046D (or 0x94046D) is known color: Eggplant. HEX triplet: 94, 04 and 6D. RGB value is (148,4,109). Sum of RGB (Red+Green+Blue) = 148+4+109=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94046D is #6BFB92. Grayscale: #3A3A3A. Windows color (decimal): -7076755 or 7144596. OLE color: 7144596.

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

Color convert

RGB 148 4 109 -
CMYK 0 0.97 0.26 0.42
HSL 316.25º 0.95% 0.3% -
HSV(B) 316.25º 0.97% 0.58% -
XYZ 15.02 7.49 15.12 -
YUV 59.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 148 4 109 0 0.97 0.26 0.42 316.25 0.95 0.3
Hex 94 4 6D 0 61 1A 2A 13C 5F 1E
Octal 224 4 155 0 141 32 52 474 137 36
Binary 10010100 100 1101101 0 1100001 11010 101010 100111100 1011111 11110

Color Harmonies of #94046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94046D

Black with #94046D

Text Example


Text Example

White with #94046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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