Html Css Color HEX #930E5F Eggplant

📋 copy color: '#930E5F'

red 147 ◦ green 14 ◦ blue 95

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

Shades of Eggplant #930E5F

Tints of Eggplant #930E5F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

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

R = 57.42%
G = 5.47%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#930E5F (or 0x930E5F) is known color: Eggplant. HEX triplet: 93, 0E and 5F. RGB value is (147,14,95). Sum of RGB (Red+Green+Blue) = 147+14+95=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #930E5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930E5F is #6CF1A0. Grayscale: #3E3E3E. Windows color (decimal): -7139745 or 6229651. OLE color: 6229651.

HSL color Cylindrical-coordinate representation of color #930E5F: hue angle of 323.46º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E5F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 14 95 -
CMYK 0 0.90 0.35 0.42
HSL 323.46º 0.83% 0.32% -
HSV(B) 323.46º 0.9% 0.58% -
XYZ 14.26 7.34 11.49 -
YUV 63 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 147 14 95 0 0.90 0.35 0.42 323.46 0.83 0.32
Hex 93 E 5F 0 5A 23 2A 143 53 20
Octal 223 16 137 0 132 43 52 503 123 40
Binary 10010011 1110 1011111 0 1011010 100011 101010 101000011 1010011 100000

Color Harmonies of #930E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930E5F

Black with #930E5F

Text Example


Text Example

White with #930E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930E5F; }

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

 H1.HeaderClassName
 {
   color: #930E5F;
 }
 .AnyTagClassName
 {
   color: #930E5F;
 }
</style>

background-color css

<style>
 a { background-color: #930E5F; }

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

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

border-color css

<style>
 span { border-color: #930E5F; }

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

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