Html Css Color HEX #940863 Eggplant

📋 copy color: '#940863'

red 148 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #940863

Tints of Eggplant #940863

RGB

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

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

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

R = 58.04%
G = 3.14%
B = 38.82%

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

#940863 (or 0x940863) is known color: Eggplant. HEX triplet: 94, 08 and 63. RGB value is (148,8,99). Sum of RGB (Red+Green+Blue) = 148+8+99=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #940863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940863 is #6BF79C. Grayscale: #3C3C3C. Windows color (decimal): -7075741 or 6490260. OLE color: 6490260.

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

Color convert

RGB 148 8 99 -
CMYK 0 0.95 0.33 0.42
HSL 321º 0.9% 0.31% -
HSV(B) 321º 0.95% 0.58% -
XYZ 14.55 7.37 12.46 -
YUV 60.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 148 8 99 0 0.95 0.33 0.42 321 0.9 0.31
Hex 94 8 63 0 5F 21 2A 141 5A 1F
Octal 224 10 143 0 137 41 52 501 132 37
Binary 10010100 1000 1100011 0 1011111 100001 101010 101000001 1011010 11111

Color Harmonies of #940863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940863

Black with #940863

Text Example


Text Example

White with #940863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940863; }

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

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

background-color css

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

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

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

border-color css

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

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

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