Html Css Color HEX #950063 Eggplant

📋 copy color: '#950063'

red 149 ◦ green 0 ◦ blue 99

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

Shades of Eggplant #950063

Tints of Eggplant #950063

RGB

 RED value IS 149 (58.59% from 255) = 60.08%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.08%
G = 0%
B = 39.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#950063 (or 0x950063) is known color: Eggplant. HEX triplet: 95, 00 and 63. RGB value is (149,0,99). Sum of RGB (Red+Green+Blue) = 149+0+99=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #950063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950063 is #6AFF9C. Grayscale: #373737. Windows color (decimal): -7012253 or 6488213. OLE color: 6488213.

HSL color Cylindrical-coordinate representation of color #950063: hue angle of 320.13º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950063 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 99 -
CMYK 0 1 0.34 0.42
HSL 320.13º 1% 0.29% -
HSV(B) 320.13º 1% 0.58% -
XYZ 14.65 7.29 12.44 -
YUV 55.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 149 0 99 0 1 0.34 0.42 320.13 1 0.29
Hex 95 0 63 0 64 22 2A 140 64 1D
Octal 225 0 143 0 144 42 52 500 144 35
Binary 10010101 0 1100011 0 1100100 100010 101010 101000000 1100100 11101

Color Harmonies of #950063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950063

Black with #950063

Text Example


Text Example

White with #950063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950063; }

 p { color: rgb(149,0,99); }

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

background-color css

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

 a { background-color: rgb(149,0,99); }

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

border-color css

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

 span { border-color: rgb(149,0,99); }

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