Html Css Color HEX #940463 Eggplant

📋 copy color: '#940463'

red 148 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #940463

Tints of Eggplant #940463

RGB

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

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

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

R = 58.96%
G = 1.59%
B = 39.44%

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

#940463 (or 0x940463) is known color: Eggplant. HEX triplet: 94, 04 and 63. RGB value is (148,4,99). Sum of RGB (Red+Green+Blue) = 148+4+99=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940463 is #6BFB9C. Grayscale: #393939. Windows color (decimal): -7076765 or 6489236. OLE color: 6489236.

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

Color convert

RGB 148 4 99 -
CMYK 0 0.97 0.33 0.42
HSL 320.42º 0.95% 0.3% -
HSV(B) 320.42º 0.97% 0.58% -
XYZ 14.51 7.28 12.45 -
YUV 57.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 148 4 99 0 0.97 0.33 0.42 320.42 0.95 0.3
Hex 94 4 63 0 61 21 2A 140 5F 1E
Octal 224 4 143 0 141 41 52 500 137 36
Binary 10010100 100 1100011 0 1100001 100001 101010 101000000 1011111 11110

Color Harmonies of #940463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940463

Black with #940463

Text Example


Text Example

White with #940463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940463; }

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

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

background-color css

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

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

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

border-color css

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

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

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