Html Css Color HEX #93015A Eggplant

📋 copy color: '#93015A'

red 147 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #93015A

Tints of Eggplant #93015A

RGB

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

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

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

R = 61.76%
G = 0.42%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93015A (or 0x93015A) is known color: Eggplant. HEX triplet: 93, 01 and 5A. RGB value is (147,1,90). Sum of RGB (Red+Green+Blue) = 147+1+90=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #93015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93015A is #6CFEA5. Grayscale: #363636. Windows color (decimal): -7143078 or 5898643. OLE color: 5898643.

HSL color Cylindrical-coordinate representation of color #93015A: hue angle of 323.42º 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 #93015A is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 90 -
CMYK 0 0.99 0.39 0.42
HSL 323.42º 0.99% 0.29% -
HSV(B) 323.42º 0.99% 0.58% -
XYZ 13.89 6.96 10.28 -
YUV 54.8 147.87 193.76 -
System Red Green Blue C M Y K H S L
Decimal 147 1 90 0 0.99 0.39 0.42 323.42 0.99 0.29
Hex 93 1 5A 0 63 27 2A 143 63 1D
Octal 223 1 132 0 143 47 52 503 143 35
Binary 10010011 1 1011010 0 1100011 100111 101010 101000011 1100011 11101

Color Harmonies of #93015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93015A

Black with #93015A

Text Example


Text Example

White with #93015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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