Html Css Color HEX #93025D Eggplant

📋 copy color: '#93025D'

red 147 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #93025D

Tints of Eggplant #93025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 60.74%
G = 0.83%
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

#93025D (or 0x93025D) is known color: Eggplant. HEX triplet: 93, 02 and 5D. RGB value is (147,2,93). Sum of RGB (Red+Green+Blue) = 147+2+93=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93025D is #6CFDA2. Grayscale: #373737. Windows color (decimal): -7142819 or 6095507. OLE color: 6095507.

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

Color convert

RGB 147 2 93 -
CMYK 0 0.99 0.37 0.42
HSL 322.34º 0.97% 0.29% -
HSV(B) 322.34º 0.99% 0.58% -
XYZ 14.03 7.04 10.97 -
YUV 55.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 147 2 93 0 0.99 0.37 0.42 322.34 0.97 0.29
Hex 93 2 5D 0 63 25 2A 142 61 1D
Octal 223 2 135 0 143 45 52 502 141 35
Binary 10010011 10 1011101 0 1100011 100101 101010 101000010 1100001 11101

Color Harmonies of #93025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93025D

Black with #93025D

Text Example


Text Example

White with #93025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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