Html Css Color HEX #930076 Eggplant

📋 copy color: '#930076'

red 147 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #930076

Tints of Eggplant #930076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.47%
G = 0%
B = 44.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#930076 (or 0x930076) is known color: Eggplant. HEX triplet: 93, 00 and 76. RGB value is (147,0,118). Sum of RGB (Red+Green+Blue) = 147+0+118=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #930076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930076 is #6CFF89. Grayscale: #393939. Windows color (decimal): -7143306 or 7733395. OLE color: 7733395.

HSL color Cylindrical-coordinate representation of color #930076: hue angle of 311.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930076 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 118 -
CMYK 0 1 0.20 0.42
HSL 311.84º 1% 0.29% -
HSV(B) 311.84º 1% 0.58% -
XYZ 15.3 7.51 17.78 -
YUV 57.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 147 0 118 0 1 0.20 0.42 311.84 1 0.29
Hex 93 0 76 0 64 14 2A 138 64 1D
Octal 223 0 166 0 144 24 52 470 144 35
Binary 10010011 0 1110110 0 1100100 10100 101010 100111000 1100100 11101

Color Harmonies of #930076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930076

Black with #930076

Text Example


Text Example

White with #930076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930076; }

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

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

background-color css

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

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

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

border-color css

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

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

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