Html Css Color HEX #93035A Eggplant

📋 copy color: '#93035A'

red 147 ◦ green 3 ◦ blue 90

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

Shades of Eggplant #93035A

Tints of Eggplant #93035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 61.25%
G = 1.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93035A (or 0x93035A) is known color: Eggplant. HEX triplet: 93, 03 and 5A. RGB value is (147,3,90). Sum of RGB (Red+Green+Blue) = 147+3+90=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93035A is #6CFCA5. Grayscale: #373737. Windows color (decimal): -7142566 or 5899155. OLE color: 5899155.

HSL color Cylindrical-coordinate representation of color #93035A: hue angle of 323.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93035A is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 90 -
CMYK 0 0.98 0.39 0.42
HSL 323.75º 0.96% 0.29% -
HSV(B) 323.75º 0.98% 0.58% -
XYZ 13.91 7.01 10.29 -
YUV 55.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 147 3 90 0 0.98 0.39 0.42 323.75 0.96 0.29
Hex 93 3 5A 0 62 27 2A 144 60 1D
Octal 223 3 132 0 142 47 52 504 140 35
Binary 10010011 11 1011010 0 1100010 100111 101010 101000100 1100000 11101

Color Harmonies of #93035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93035A

Black with #93035A

Text Example


Text Example

White with #93035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93035A; }

 p { color: rgb(147,3,90); }

 H1.HeaderClassName
 {
   color: #93035A;
 }
 .AnyTagClassName
 {
   color: #93035A;
 }
</style>

background-color css

<style>
 a { background-color: #93035A; }

 a { background-color: rgb(147,3,90); }

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

border-color css

<style>
 span { border-color: #93035A; }

 span { border-color: rgb(147,3,90); }

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