Html Css Color HEX #930463 Eggplant

📋 copy color: '#930463'

red 147 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #930463

Tints of Eggplant #930463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 58.8%
G = 1.6%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#930463 (or 0x930463) is known color: Eggplant. HEX triplet: 93, 04 and 63. RGB value is (147,4,99). Sum of RGB (Red+Green+Blue) = 147+4+99=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #930463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930463 is #6CFB9C. Grayscale: #393939. Windows color (decimal): -7142301 or 6489235. OLE color: 6489235.

HSL color Cylindrical-coordinate representation of color #930463: hue angle of 320.14º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930463 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 99 -
CMYK 0 0.97 0.33 0.42
HSL 320.14º 0.95% 0.3% -
HSV(B) 320.14º 0.97% 0.58% -
XYZ 14.33 7.19 12.44 -
YUV 57.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 147 4 99 0 0.97 0.33 0.42 320.14 0.95 0.3
Hex 93 4 63 0 61 21 2A 140 5F 1E
Octal 223 4 143 0 141 41 52 500 137 36
Binary 10010011 100 1100011 0 1100001 100001 101010 101000000 1011111 11110

Color Harmonies of #930463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930463

Black with #930463

Text Example


Text Example

White with #930463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930463; }

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

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

background-color css

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

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

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

border-color css

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

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

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