Html Css Color HEX #930863 Eggplant

📋 copy color: '#930863'

red 147 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #930863

Tints of Eggplant #930863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 57.87%
G = 3.15%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#930863 (or 0x930863) is known color: Eggplant. HEX triplet: 93, 08 and 63. RGB value is (147,8,99). Sum of RGB (Red+Green+Blue) = 147+8+99=254 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.87% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 147 - color contains mainly: red. Hex color #930863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930863 is #6CF79C. Grayscale: #3B3B3B. Windows color (decimal): -7141277 or 6490259. OLE color: 6490259.

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

Color convert

RGB 147 8 99 -
CMYK 0 0.95 0.33 0.42
HSL 320.72º 0.9% 0.3% -
HSV(B) 320.72º 0.95% 0.58% -
XYZ 14.37 7.28 12.45 -
YUV 59.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 147 8 99 0 0.95 0.33 0.42 320.72 0.9 0.3
Hex 93 8 63 0 5F 21 2A 141 5A 1E
Octal 223 10 143 0 137 41 52 501 132 36
Binary 10010011 1000 1100011 0 1011111 100001 101010 101000001 1011010 11110

Color Harmonies of #930863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930863

Black with #930863

Text Example


Text Example

White with #930863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930863; }

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

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

background-color css

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

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

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

border-color css

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

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

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