Html Css Color HEX #950764 Eggplant

📋 copy color: '#950764'

red 149 ◦ green 7 ◦ blue 100

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

Shades of Eggplant #950764

Tints of Eggplant #950764

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 58.2%
G = 2.73%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#950764 (or 0x950764) is known color: Eggplant. HEX triplet: 95, 07 and 64. RGB value is (149,7,100). Sum of RGB (Red+Green+Blue) = 149+7+100=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #950764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950764 is #6AF89B. Grayscale: #3B3B3B. Windows color (decimal): -7010460 or 6555541. OLE color: 6555541.

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

Color convert

RGB 149 7 100 -
CMYK 0 0.95 0.33 0.42
HSL 320.7º 0.91% 0.31% -
HSV(B) 320.7º 0.95% 0.58% -
XYZ 14.77 7.46 12.72 -
YUV 60.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 149 7 100 0 0.95 0.33 0.42 320.7 0.91 0.31
Hex 95 7 64 0 5F 21 2A 141 5B 1F
Octal 225 7 144 0 137 41 52 501 133 37
Binary 10010101 111 1100100 0 1011111 100001 101010 101000001 1011011 11111

Color Harmonies of #950764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950764

Black with #950764

Text Example


Text Example

White with #950764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950764; }

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

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

background-color css

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

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

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

border-color css

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

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

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