Html Css Color HEX #930263 Eggplant

📋 copy color: '#930263'

red 147 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #930263

Tints of Eggplant #930263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 59.27%
G = 0.81%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#930263 (or 0x930263) is known color: Eggplant. HEX triplet: 93, 02 and 63. RGB value is (147,2,99). Sum of RGB (Red+Green+Blue) = 147+2+99=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #930263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930263 is #6CFD9C. Grayscale: #383838. Windows color (decimal): -7142813 or 6488723. OLE color: 6488723.

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

Color convert

RGB 147 2 99 -
CMYK 0 0.99 0.33 0.42
HSL 319.86º 0.97% 0.29% -
HSV(B) 319.86º 0.99% 0.58% -
XYZ 14.31 7.15 12.43 -
YUV 56.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 147 2 99 0 0.99 0.33 0.42 319.86 0.97 0.29
Hex 93 2 63 0 63 21 2A 140 61 1D
Octal 223 2 143 0 143 41 52 500 141 35
Binary 10010011 10 1100011 0 1100011 100001 101010 101000000 1100001 11101

Color Harmonies of #930263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930263

Black with #930263

Text Example


Text Example

White with #930263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930263; }

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

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

background-color css

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

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

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

border-color css

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

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

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