Html Css Color HEX #930376 Eggplant

📋 copy color: '#930376'

red 147 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #930376

Tints of Eggplant #930376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 54.85%
G = 1.12%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#930376 (or 0x930376) is known color: Eggplant. HEX triplet: 93, 03 and 76. RGB value is (147,3,118). Sum of RGB (Red+Green+Blue) = 147+3+118=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #930376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930376 is #6CFC89. Grayscale: #3A3A3A. Windows color (decimal): -7142538 or 7734163. OLE color: 7734163.

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

Color convert

RGB 147 3 118 -
CMYK 0 0.98 0.20 0.42
HSL 312.08º 0.96% 0.29% -
HSV(B) 312.08º 0.98% 0.58% -
XYZ 15.34 7.58 17.79 -
YUV 59.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 147 3 118 0 0.98 0.20 0.42 312.08 0.96 0.29
Hex 93 3 76 0 62 14 2A 138 60 1D
Octal 223 3 166 0 142 24 52 470 140 35
Binary 10010011 11 1110110 0 1100010 10100 101010 100111000 1100000 11101

Color Harmonies of #930376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930376

Black with #930376

Text Example


Text Example

White with #930376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930376; }

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

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

background-color css

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

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

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

border-color css

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

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

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