Html Css Color HEX #94096D Eggplant

📋 copy color: '#94096D'

red 148 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #94096D

Tints of Eggplant #94096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 55.64%
G = 3.38%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94096D (or 0x94096D) is known color: Eggplant. HEX triplet: 94, 09 and 6D. RGB value is (148,9,109). Sum of RGB (Red+Green+Blue) = 148+9+109=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #94096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94096D is #6BF692. Grayscale: #3D3D3D. Windows color (decimal): -7075475 or 7145876. OLE color: 7145876.

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

Color convert

RGB 148 9 109 -
CMYK 0 0.94 0.26 0.42
HSL 316.83º 0.89% 0.31% -
HSV(B) 316.83º 0.94% 0.58% -
XYZ 15.07 7.6 15.14 -
YUV 61.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 148 9 109 0 0.94 0.26 0.42 316.83 0.89 0.31
Hex 94 9 6D 0 5E 1A 2A 13D 59 1F
Octal 224 11 155 0 136 32 52 475 131 37
Binary 10010100 1001 1101101 0 1011110 11010 101010 100111101 1011001 11111

Color Harmonies of #94096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94096D

Black with #94096D

Text Example


Text Example

White with #94096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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