Html Css Color HEX #940363 Eggplant

📋 copy color: '#940363'

red 148 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #940363

Tints of Eggplant #940363

RGB

 RED value IS 148 (58.2% from 255) = 59.2%

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

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

R = 59.2%
G = 1.2%
B = 39.6%

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

#940363 (or 0x940363) is known color: Eggplant. HEX triplet: 94, 03 and 63. RGB value is (148,3,99). Sum of RGB (Red+Green+Blue) = 148+3+99=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #940363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940363 is #6BFC9C. Grayscale: #393939. Windows color (decimal): -7077021 or 6488980. OLE color: 6488980.

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

Color convert

RGB 148 3 99 -
CMYK 0 0.98 0.33 0.42
HSL 320.28º 0.96% 0.3% -
HSV(B) 320.28º 0.98% 0.58% -
XYZ 14.5 7.26 12.44 -
YUV 57.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 148 3 99 0 0.98 0.33 0.42 320.28 0.96 0.3
Hex 94 3 63 0 62 21 2A 140 60 1E
Octal 224 3 143 0 142 41 52 500 140 36
Binary 10010100 11 1100011 0 1100010 100001 101010 101000000 1100000 11110

Color Harmonies of #940363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940363

Black with #940363

Text Example


Text Example

White with #940363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940363; }

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

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

background-color css

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

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

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

border-color css

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

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

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