Html Css Color HEX #930358 Eggplant

📋 copy color: '#930358'

red 147 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #930358

Tints of Eggplant #930358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 61.76%
G = 1.26%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#930358 (or 0x930358) is known color: Eggplant. HEX triplet: 93, 03 and 58. RGB value is (147,3,88). Sum of RGB (Red+Green+Blue) = 147+3+88=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #930358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930358 is #6CFCA7. Grayscale: #373737. Windows color (decimal): -7142568 or 5768083. OLE color: 5768083.

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

Color convert

RGB 147 3 88 -
CMYK 0 0.98 0.40 0.42
HSL 324.58º 0.96% 0.29% -
HSV(B) 324.58º 0.98% 0.58% -
XYZ 13.83 6.97 9.85 -
YUV 55.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 147 3 88 0 0.98 0.40 0.42 324.58 0.96 0.29
Hex 93 3 58 0 62 28 2A 145 60 1D
Octal 223 3 130 0 142 50 52 505 140 35
Binary 10010011 11 1011000 0 1100010 101000 101010 101000101 1100000 11101

Color Harmonies of #930358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930358

Black with #930358

Text Example


Text Example

White with #930358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930358; }

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

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

background-color css

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

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

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

border-color css

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

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

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