Html Css Color HEX #950963 Eggplant

📋 copy color: '#950963'

red 149 ◦ green 9 ◦ blue 99

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

Shades of Eggplant #950963

Tints of Eggplant #950963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 57.98%
G = 3.5%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#950963 (or 0x950963) is known color: Eggplant. HEX triplet: 95, 09 and 63. RGB value is (149,9,99). Sum of RGB (Red+Green+Blue) = 149+9+99=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #950963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950963 is #6AF69C. Grayscale: #3C3C3C. Windows color (decimal): -7009949 or 6490517. OLE color: 6490517.

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

Color convert

RGB 149 9 99 -
CMYK 0 0.94 0.34 0.42
HSL 321.43º 0.89% 0.31% -
HSV(B) 321.43º 0.94% 0.58% -
XYZ 14.74 7.49 12.47 -
YUV 61.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 149 9 99 0 0.94 0.34 0.42 321.43 0.89 0.31
Hex 95 9 63 0 5E 22 2A 141 59 1F
Octal 225 11 143 0 136 42 52 501 131 37
Binary 10010101 1001 1100011 0 1011110 100010 101010 101000001 1011001 11111

Color Harmonies of #950963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950963

Black with #950963

Text Example


Text Example

White with #950963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950963; }

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

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

background-color css

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

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

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

border-color css

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

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

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