Html Css Color HEX #930363 Eggplant

📋 copy color: '#930363'

red 147 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #930363

Tints of Eggplant #930363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 59.04%
G = 1.2%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#930363 (or 0x930363) is known color: Eggplant. HEX triplet: 93, 03 and 63. RGB value is (147,3,99). Sum of RGB (Red+Green+Blue) = 147+3+99=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #930363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930363 is #6CFC9C. Grayscale: #383838. Windows color (decimal): -7142557 or 6488979. OLE color: 6488979.

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

Color convert

RGB 147 3 99 -
CMYK 0 0.98 0.33 0.42
HSL 320º 0.96% 0.29% -
HSV(B) 320º 0.98% 0.58% -
XYZ 14.32 7.17 12.43 -
YUV 57 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 147 3 99 0 0.98 0.33 0.42 320 0.96 0.29
Hex 93 3 63 0 62 21 2A 140 60 1D
Octal 223 3 143 0 142 41 52 500 140 35
Binary 10010011 11 1100011 0 1100010 100001 101010 101000000 1100000 11101

Color Harmonies of #930363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930363

Black with #930363

Text Example


Text Example

White with #930363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930363; }

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

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

background-color css

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

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

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

border-color css

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

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

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