Html Css Color HEX #94015D Eggplant

📋 copy color: '#94015D'

red 148 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #94015D

Tints of Eggplant #94015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 61.16%
G = 0.41%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94015D (or 0x94015D) is known color: Eggplant. HEX triplet: 94, 01 and 5D. RGB value is (148,1,93). Sum of RGB (Red+Green+Blue) = 148+1+93=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #94015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94015D is #6BFEA2. Grayscale: #373737. Windows color (decimal): -7077539 or 6095252. OLE color: 6095252.

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

Color convert

RGB 148 1 93 -
CMYK 0 0.99 0.37 0.42
HSL 322.45º 0.99% 0.29% -
HSV(B) 322.45º 0.99% 0.58% -
XYZ 14.2 7.11 10.98 -
YUV 55.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 148 1 93 0 0.99 0.37 0.42 322.45 0.99 0.29
Hex 94 1 5D 0 63 25 2A 142 63 1D
Octal 224 1 135 0 143 45 52 502 143 35
Binary 10010100 1 1011101 0 1100011 100101 101010 101000010 1100011 11101

Color Harmonies of #94015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94015D

Black with #94015D

Text Example


Text Example

White with #94015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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