Html Css Color HEX #93015F Eggplant

📋 copy color: '#93015F'

red 147 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #93015F

Tints of Eggplant #93015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 60.49%
G = 0.41%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93015F (or 0x93015F) is known color: Eggplant. HEX triplet: 93, 01 and 5F. RGB value is (147,1,95). Sum of RGB (Red+Green+Blue) = 147+1+95=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93015F is #6CFEA0. Grayscale: #373737. Windows color (decimal): -7143073 or 6226323. OLE color: 6226323.

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

Color convert

RGB 147 1 95 -
CMYK 0 0.99 0.35 0.42
HSL 321.37º 0.99% 0.29% -
HSV(B) 321.37º 0.99% 0.58% -
XYZ 14.11 7.05 11.44 -
YUV 55.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 147 1 95 0 0.99 0.35 0.42 321.37 0.99 0.29
Hex 93 1 5F 0 63 23 2A 141 63 1D
Octal 223 1 137 0 143 43 52 501 143 35
Binary 10010011 1 1011111 0 1100011 100011 101010 101000001 1100011 11101

Color Harmonies of #93015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93015F

Black with #93015F

Text Example


Text Example

White with #93015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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