Html Css Color HEX #93005D Eggplant

📋 copy color: '#93005D'

red 147 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #93005D

Tints of Eggplant #93005D

RGB

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

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

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

R = 61.25%
G = 0%
B = 38.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93005D (or 0x93005D) is known color: Eggplant. HEX triplet: 93, 00 and 5D. RGB value is (147,0,93). Sum of RGB (Red+Green+Blue) = 147+0+93=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93005D is #6CFFA2. Grayscale: #363636. Windows color (decimal): -7143331 or 6094995. OLE color: 6094995.

HSL color Cylindrical-coordinate representation of color #93005D: hue angle of 322.04º 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 #93005D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 93 -
CMYK 0 1 0.37 0.42
HSL 322.04º 1% 0.29% -
HSV(B) 322.04º 1% 0.58% -
XYZ 14.01 6.99 10.97 -
YUV 54.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 147 0 93 0 1 0.37 0.42 322.04 1 0.29
Hex 93 0 5D 0 64 25 2A 142 64 1D
Octal 223 0 135 0 144 45 52 502 144 35
Binary 10010011 0 1011101 0 1100100 100101 101010 101000010 1100100 11101

Color Harmonies of #93005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93005D

Black with #93005D

Text Example


Text Example

White with #93005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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