Html Css Color HEX #950E61 Eggplant

📋 copy color: '#950E61'

red 149 ◦ green 14 ◦ blue 97

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

Shades of Eggplant #950E61

Tints of Eggplant #950E61

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 57.31%
G = 5.38%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#950E61 (or 0x950E61) is known color: Eggplant. HEX triplet: 95, 0E and 61. RGB value is (149,14,97). Sum of RGB (Red+Green+Blue) = 149+14+97=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #950E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E61 is #6AF19E. Grayscale: #3F3F3F. Windows color (decimal): -7008671 or 6360725. OLE color: 6360725.

HSL color Cylindrical-coordinate representation of color #950E61: hue angle of 323.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E61 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 97 -
CMYK 0 0.91 0.35 0.42
HSL 323.11º 0.83% 0.32% -
HSV(B) 323.11º 0.91% 0.58% -
XYZ 14.71 7.57 11.99 -
YUV 63.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 149 14 97 0 0.91 0.35 0.42 323.11 0.83 0.32
Hex 95 E 61 0 5B 23 2A 143 53 20
Octal 225 16 141 0 133 43 52 503 123 40
Binary 10010101 1110 1100001 0 1011011 100011 101010 101000011 1010011 100000

Color Harmonies of #950E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E61

Black with #950E61

Text Example


Text Example

White with #950E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E61; }

 p { color: rgb(149,14,97); }

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

background-color css

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

 a { background-color: rgb(149,14,97); }

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

border-color css

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

 span { border-color: rgb(149,14,97); }

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