Html Css Color HEX #930371 Eggplant

📋 copy color: '#930371'

red 147 ◦ green 3 ◦ blue 113

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

Shades of Eggplant #930371

Tints of Eggplant #930371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 55.89%
G = 1.14%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#930371 (or 0x930371) is known color: Eggplant. HEX triplet: 93, 03 and 71. RGB value is (147,3,113). Sum of RGB (Red+Green+Blue) = 147+3+113=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #930371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930371 is #6CFC8E. Grayscale: #3A3A3A. Windows color (decimal): -7142543 or 7406483. OLE color: 7406483.

HSL color Cylindrical-coordinate representation of color #930371: hue angle of 314.17º 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 #930371 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 113 -
CMYK 0 0.98 0.23 0.42
HSL 314.17º 0.96% 0.29% -
HSV(B) 314.17º 0.98% 0.58% -
XYZ 15.05 7.46 16.27 -
YUV 58.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 147 3 113 0 0.98 0.23 0.42 314.17 0.96 0.29
Hex 93 3 71 0 62 17 2A 13A 60 1D
Octal 223 3 161 0 142 27 52 472 140 35
Binary 10010011 11 1110001 0 1100010 10111 101010 100111010 1100000 11101

Color Harmonies of #930371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930371

Black with #930371

Text Example


Text Example

White with #930371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930371; }

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

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

background-color css

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

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

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

border-color css

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

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

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