Html Css Color HEX #94085D Eggplant

📋 copy color: '#94085D'

red 148 ◦ green 8 ◦ blue 93

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

Shades of Eggplant #94085D

Tints of Eggplant #94085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 59.44%
G = 3.21%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94085D (or 0x94085D) is known color: Eggplant. HEX triplet: 94, 08 and 5D. RGB value is (148,8,93). Sum of RGB (Red+Green+Blue) = 148+8+93=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #94085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94085D is #6BF7A2. Grayscale: #3B3B3B. Windows color (decimal): -7075747 or 6097044. OLE color: 6097044.

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

Color convert

RGB 148 8 93 -
CMYK 0 0.95 0.37 0.42
HSL 323.57º 0.9% 0.31% -
HSV(B) 323.57º 0.95% 0.58% -
XYZ 14.28 7.26 11 -
YUV 59.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 148 8 93 0 0.95 0.37 0.42 323.57 0.9 0.31
Hex 94 8 5D 0 5F 25 2A 144 5A 1F
Octal 224 10 135 0 137 45 52 504 132 37
Binary 10010100 1000 1011101 0 1011111 100101 101010 101000100 1011010 11111

Color Harmonies of #94085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94085D

Black with #94085D

Text Example


Text Example

White with #94085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,8,93); }

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

background-color css

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

 a { background-color: rgb(148,8,93); }

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

border-color css

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

 span { border-color: rgb(148,8,93); }

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