Html Css Color HEX #930370 Eggplant

📋 copy color: '#930370'

red 147 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #930370

Tints of Eggplant #930370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 56.11%
G = 1.15%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#930370 (or 0x930370) is known color: Eggplant. HEX triplet: 93, 03 and 70. RGB value is (147,3,112). Sum of RGB (Red+Green+Blue) = 147+3+112=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #930370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930370 is #6CFC8F. Grayscale: #3A3A3A. Windows color (decimal): -7142544 or 7340947. OLE color: 7340947.

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

Color convert

RGB 147 3 112 -
CMYK 0 0.98 0.24 0.42
HSL 314.58º 0.96% 0.29% -
HSV(B) 314.58º 0.98% 0.58% -
XYZ 14.99 7.44 15.97 -
YUV 58.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 147 3 112 0 0.98 0.24 0.42 314.58 0.96 0.29
Hex 93 3 70 0 62 18 2A 13B 60 1D
Octal 223 3 160 0 142 30 52 473 140 35
Binary 10010011 11 1110000 0 1100010 11000 101010 100111011 1100000 11101

Color Harmonies of #930370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930370

Black with #930370

Text Example


Text Example

White with #930370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930370; }

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

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

background-color css

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

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

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

border-color css

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

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

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