Html Css Color HEX #950759 Eggplant

📋 copy color: '#950759'

red 149 ◦ green 7 ◦ blue 89

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

Shades of Eggplant #950759

Tints of Eggplant #950759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 60.82%
G = 2.86%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#950759 (or 0x950759) is known color: Eggplant. HEX triplet: 95, 07 and 59. RGB value is (149,7,89). Sum of RGB (Red+Green+Blue) = 149+7+89=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #950759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950759 is #6AF8A6. Grayscale: #3A3A3A. Windows color (decimal): -7010471 or 5834645. OLE color: 5834645.

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

Color convert

RGB 149 7 89 -
CMYK 0 0.95 0.40 0.42
HSL 325.35º 0.91% 0.31% -
HSV(B) 325.35º 0.95% 0.58% -
XYZ 14.27 7.26 10.1 -
YUV 58.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 149 7 89 0 0.95 0.40 0.42 325.35 0.91 0.31
Hex 95 7 59 0 5F 28 2A 145 5B 1F
Octal 225 7 131 0 137 50 52 505 133 37
Binary 10010101 111 1011001 0 1011111 101000 101010 101000101 1011011 11111

Color Harmonies of #950759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950759

Black with #950759

Text Example


Text Example

White with #950759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950759; }

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

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

background-color css

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

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

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

border-color css

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

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

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