Html Css Color HEX #950C87 Dark Magenta

📋 copy color: '#950C87'

red 149 ◦ green 12 ◦ blue 135

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

Shades of Dark Magenta #950C87

Tints of Dark Magenta #950C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

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

R = 50.34%
G = 4.05%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#950C87 (or 0x950C87) is known color: Dark Magenta. HEX triplet: 95, 0C and 87. RGB value is (149,12,135). Sum of RGB (Red+Green+Blue) = 149+12+135=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #950C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C87 is #6AF378. Grayscale: #424242. Windows color (decimal): -7009145 or 8850581. OLE color: 8850581.

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

Color convert

RGB 149 12 135 -
CMYK 0 0.92 0.09 0.42
HSL 306.13º 0.85% 0.32% -
HSV(B) 306.13º 0.92% 0.58% -
XYZ 16.9 8.4 23.65 -
YUV 66.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 149 12 135 0 0.92 0.09 0.42 306.13 0.85 0.32
Hex 95 C 87 0 5C 9 2A 132 55 20
Octal 225 14 207 0 134 11 52 462 125 40
Binary 10010101 1100 10000111 0 1011100 1001 101010 100110010 1010101 100000

Color Harmonies of #950C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C87

Black with #950C87

Text Example


Text Example

White with #950C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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