Html Css Color HEX #950261 Eggplant

📋 copy color: '#950261'

red 149 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #950261

Tints of Eggplant #950261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 60.08%
G = 0.81%
B = 39.11%

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

#950261 (or 0x950261) is known color: Eggplant. HEX triplet: 95, 02 and 61. RGB value is (149,2,97). Sum of RGB (Red+Green+Blue) = 149+2+97=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #950261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950261 is #6AFD9E. Grayscale: #383838. Windows color (decimal): -7011743 or 6357653. OLE color: 6357653.

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

Color convert

RGB 149 2 97 -
CMYK 0 0.99 0.35 0.42
HSL 321.22º 0.97% 0.3% -
HSV(B) 321.22º 0.99% 0.58% -
XYZ 14.57 7.3 11.95 -
YUV 56.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 149 2 97 0 0.99 0.35 0.42 321.22 0.97 0.3
Hex 95 2 61 0 63 23 2A 141 61 1E
Octal 225 2 141 0 143 43 52 501 141 36
Binary 10010101 10 1100001 0 1100011 100011 101010 101000001 1100001 11110

Color Harmonies of #950261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950261

Black with #950261

Text Example


Text Example

White with #950261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950261; }

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

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

background-color css

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

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

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

border-color css

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

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

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