Html Css Color HEX #950964 Eggplant

📋 copy color: '#950964'

red 149 ◦ green 9 ◦ blue 100

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

Shades of Eggplant #950964

Tints of Eggplant #950964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 57.75%
G = 3.49%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#950964 (or 0x950964) is known color: Eggplant. HEX triplet: 95, 09 and 64. RGB value is (149,9,100). Sum of RGB (Red+Green+Blue) = 149+9+100=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #950964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950964 is #6AF69B. Grayscale: #3D3D3D. Windows color (decimal): -7009948 or 6556053. OLE color: 6556053.

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

Color convert

RGB 149 9 100 -
CMYK 0 0.94 0.33 0.42
HSL 321º 0.89% 0.31% -
HSV(B) 321º 0.94% 0.58% -
XYZ 14.79 7.51 12.73 -
YUV 61.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 149 9 100 0 0.94 0.33 0.42 321 0.89 0.31
Hex 95 9 64 0 5E 21 2A 141 59 1F
Octal 225 11 144 0 136 41 52 501 131 37
Binary 10010101 1001 1100100 0 1011110 100001 101010 101000001 1011001 11111

Color Harmonies of #950964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950964

Black with #950964

Text Example


Text Example

White with #950964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950964; }

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

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

background-color css

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

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

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

border-color css

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

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

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