Html Css Color HEX #950161 Eggplant

📋 copy color: '#950161'

red 149 ◦ green 1 ◦ blue 97

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

Shades of Eggplant #950161

Tints of Eggplant #950161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 60.32%
G = 0.4%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#950161 (or 0x950161) is known color: Eggplant. HEX triplet: 95, 01 and 61. RGB value is (149,1,97). Sum of RGB (Red+Green+Blue) = 149+1+97=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #950161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950161 is #6AFE9E. Grayscale: #373737. Windows color (decimal): -7011999 or 6357397. OLE color: 6357397.

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

Color convert

RGB 149 1 97 -
CMYK 0 0.99 0.35 0.42
HSL 321.08º 0.99% 0.29% -
HSV(B) 321.08º 0.99% 0.58% -
XYZ 14.56 7.27 11.95 -
YUV 56.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 149 1 97 0 0.99 0.35 0.42 321.08 0.99 0.29
Hex 95 1 61 0 63 23 2A 141 63 1D
Octal 225 1 141 0 143 43 52 501 143 35
Binary 10010101 1 1100001 0 1100011 100011 101010 101000001 1100011 11101

Color Harmonies of #950161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950161

Black with #950161

Text Example


Text Example

White with #950161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950161; }

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

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

background-color css

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

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

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

border-color css

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

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

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