Html Css Color HEX #950987 Dark Magenta

📋 copy color: '#950987'

red 149 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #950987

Tints of Dark Magenta #950987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 135 (53.13% from 255) = 46.08%

R = 50.85%
G = 3.07%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#950987 (or 0x950987) is known color: Dark Magenta. HEX triplet: 95, 09 and 87. RGB value is (149,9,135). Sum of RGB (Red+Green+Blue) = 149+9+135=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #950987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950987 is #6AF678. Grayscale: #404040. Windows color (decimal): -7009913 or 8849813. OLE color: 8849813.

HSL color Cylindrical-coordinate representation of color #950987: hue angle of 306º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950987 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 9 135 -
CMYK 0 0.94 0.09 0.42
HSL 306º 0.89% 0.31% -
HSV(B) 306º 0.94% 0.58% -
XYZ 16.87 8.33 23.64 -
YUV 65.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 149 9 135 0 0.94 0.09 0.42 306 0.89 0.31
Hex 95 9 87 0 5E 9 2A 132 59 1F
Octal 225 11 207 0 136 11 52 462 131 37
Binary 10010101 1001 10000111 0 1011110 1001 101010 100110010 1011001 11111

Color Harmonies of #950987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950987

Black with #950987

Text Example


Text Example

White with #950987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950987; }

 p { color: rgb(149,9,135); }

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

background-color css

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

 a { background-color: rgb(149,9,135); }

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

border-color css

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

 span { border-color: rgb(149,9,135); }

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