Html Css Color HEX #930471 Eggplant

📋 copy color: '#930471'

red 147 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #930471

Tints of Eggplant #930471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 55.68%
G = 1.52%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#930471 (or 0x930471) is known color: Eggplant. HEX triplet: 93, 04 and 71. RGB value is (147,4,113). Sum of RGB (Red+Green+Blue) = 147+4+113=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #930471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930471 is #6CFB8E. Grayscale: #3A3A3A. Windows color (decimal): -7142287 or 7406739. OLE color: 7406739.

HSL color Cylindrical-coordinate representation of color #930471: hue angle of 314.27º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930471 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 113 -
CMYK 0 0.97 0.23 0.42
HSL 314.27º 0.95% 0.3% -
HSV(B) 314.27º 0.97% 0.58% -
XYZ 15.06 7.48 16.27 -
YUV 59.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 147 4 113 0 0.97 0.23 0.42 314.27 0.95 0.3
Hex 93 4 71 0 61 17 2A 13A 5F 1E
Octal 223 4 161 0 141 27 52 472 137 36
Binary 10010011 100 1110001 0 1100001 10111 101010 100111010 1011111 11110

Color Harmonies of #930471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930471

Black with #930471

Text Example


Text Example

White with #930471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930471; }

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

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

background-color css

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

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

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

border-color css

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

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

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