Html Css Color HEX #940163 Eggplant

📋 copy color: '#940163'

red 148 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #940163

Tints of Eggplant #940163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 59.68%
G = 0.4%
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

#940163 (or 0x940163) is known color: Eggplant. HEX triplet: 94, 01 and 63. RGB value is (148,1,99). Sum of RGB (Red+Green+Blue) = 148+1+99=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #940163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940163 is #6BFE9C. Grayscale: #373737. Windows color (decimal): -7077533 or 6488468. OLE color: 6488468.

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

Color convert

RGB 148 1 99 -
CMYK 0 0.99 0.33 0.42
HSL 320º 0.99% 0.29% -
HSV(B) 320º 0.99% 0.58% -
XYZ 14.48 7.22 12.43 -
YUV 56.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 148 1 99 0 0.99 0.33 0.42 320 0.99 0.29
Hex 94 1 63 0 63 21 2A 140 63 1D
Octal 224 1 143 0 143 41 52 500 143 35
Binary 10010100 1 1100011 0 1100011 100001 101010 101000000 1100011 11101

Color Harmonies of #940163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940163

Black with #940163

Text Example


Text Example

White with #940163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940163; }

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

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

background-color css

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

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

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

border-color css

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

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

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