Html Css Color HEX #93005E Eggplant

📋 copy color: '#93005E'

red 147 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #93005E

Tints of Eggplant #93005E

RGB

 RED value IS 147 (57.81% from 255) = 61%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 39%

R = 61%
G = 0%
B = 39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93005E (or 0x93005E) is known color: Eggplant. HEX triplet: 93, 00 and 5E. RGB value is (147,0,94). Sum of RGB (Red+Green+Blue) = 147+0+94=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93005E is #6CFFA1. Grayscale: #363636. Windows color (decimal): -7143330 or 6160531. OLE color: 6160531.

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

Color convert

RGB 147 0 94 -
CMYK 0 1 0.36 0.42
HSL 321.63º 1% 0.29% -
HSV(B) 321.63º 1% 0.58% -
XYZ 14.05 7.01 11.2 -
YUV 54.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 147 0 94 0 1 0.36 0.42 321.63 1 0.29
Hex 93 0 5E 0 64 24 2A 142 64 1D
Octal 223 0 136 0 144 44 52 502 144 35
Binary 10010011 0 1011110 0 1100100 100100 101010 101000010 1100100 11101

Color Harmonies of #93005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93005E

Black with #93005E

Text Example


Text Example

White with #93005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93005E; }

 p { color: rgb(147,0,94); }

 H1.HeaderClassName
 {
   color: #93005E;
 }
 .AnyTagClassName
 {
   color: #93005E;
 }
</style>

background-color css

<style>
 a { background-color: #93005E; }

 a { background-color: rgb(147,0,94); }

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

border-color css

<style>
 span { border-color: #93005E; }

 span { border-color: rgb(147,0,94); }

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