Html Css Color HEX #950497 Dark Magenta

📋 copy color: '#950497'

red 149 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #950497

Tints of Dark Magenta #950497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 49.01%
G = 1.32%
B = 49.67%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#950497 (or 0x950497) is known color: Dark Magenta. HEX triplet: 95, 04 and 97. RGB value is (149,4,151). Sum of RGB (Red+Green+Blue) = 149+4+151=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #950497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950497 is #6AFB68. Grayscale: #3F3F3F. Windows color (decimal): -7011177 or 9897109. OLE color: 9897109.

HSL color Cylindrical-coordinate representation of color #950497: hue angle of 299.18º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950497 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 4 151 -
CMYK 0.01 0.97 0 0.41
HSL 299.18º 0.95% 0.3% -
HSV(B) 299.18º 0.97% 0.59% -
XYZ 18.02 8.71 30.01 -
YUV 64.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 149 4 151 0.01 0.97 0 0.41 299.18 0.95 0.3
Hex 95 4 97 1 61 0 29 12B 5F 1E
Octal 225 4 227 1 141 0 51 453 137 36
Binary 10010101 100 10010111 1 1100001 0 101001 100101011 1011111 11110

Color Harmonies of #950497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950497

Black with #950497

Text Example


Text Example

White with #950497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950497; }

 p { color: rgb(149,4,151); }

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

background-color css

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

 a { background-color: rgb(149,4,151); }

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

border-color css

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

 span { border-color: rgb(149,4,151); }

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