Html Css Color HEX #940263 Eggplant

📋 copy color: '#940263'

red 148 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #940263

Tints of Eggplant #940263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 59.44%
G = 0.8%
B = 39.76%

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

#940263 (or 0x940263) is known color: Eggplant. HEX triplet: 94, 02 and 63. RGB value is (148,2,99). Sum of RGB (Red+Green+Blue) = 148+2+99=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #940263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940263 is #6BFD9C. Grayscale: #383838. Windows color (decimal): -7077277 or 6488724. OLE color: 6488724.

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

Color convert

RGB 148 2 99 -
CMYK 0 0.99 0.33 0.42
HSL 320.14º 0.97% 0.29% -
HSV(B) 320.14º 0.99% 0.58% -
XYZ 14.49 7.24 12.44 -
YUV 56.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 148 2 99 0 0.99 0.33 0.42 320.14 0.97 0.29
Hex 94 2 63 0 63 21 2A 140 61 1D
Octal 224 2 143 0 143 41 52 500 141 35
Binary 10010100 10 1100011 0 1100011 100001 101010 101000000 1100001 11101

Color Harmonies of #940263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940263

Black with #940263

Text Example


Text Example

White with #940263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940263; }

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

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

background-color css

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

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

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

border-color css

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

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

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