Html Css Color HEX #930375 Eggplant

📋 copy color: '#930375'

red 147 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #930375

Tints of Eggplant #930375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 55.06%
G = 1.12%
B = 43.82%

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

#930375 (or 0x930375) is known color: Eggplant. HEX triplet: 93, 03 and 75. RGB value is (147,3,117). Sum of RGB (Red+Green+Blue) = 147+3+117=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #930375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930375 is #6CFC8A. Grayscale: #3A3A3A. Windows color (decimal): -7142539 or 7668627. OLE color: 7668627.

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

Color convert

RGB 147 3 117 -
CMYK 0 0.98 0.20 0.42
HSL 312.5º 0.96% 0.29% -
HSV(B) 312.5º 0.98% 0.58% -
XYZ 15.28 7.55 17.48 -
YUV 59.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 147 3 117 0 0.98 0.20 0.42 312.5 0.96 0.29
Hex 93 3 75 0 62 14 2A 138 60 1D
Octal 223 3 165 0 142 24 52 470 140 35
Binary 10010011 11 1110101 0 1100010 10100 101010 100111000 1100000 11101

Color Harmonies of #930375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930375

Black with #930375

Text Example


Text Example

White with #930375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930375; }

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

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

background-color css

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

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

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

border-color css

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

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

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