Html Css Color HEX #950B8F Dark Magenta

📋 copy color: '#950B8F'

red 149 ◦ green 11 ◦ blue 143

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

Shades of Dark Magenta #950B8F

Tints of Dark Magenta #950B8F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 49.17%
G = 3.63%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#950B8F (or 0x950B8F) is known color: Dark Magenta. HEX triplet: 95, 0B and 8F. RGB value is (149,11,143). Sum of RGB (Red+Green+Blue) = 149+11+143=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #950B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950B8F is #6AF470. Grayscale: #424242. Windows color (decimal): -7009393 or 9374613. OLE color: 9374613.

HSL color Cylindrical-coordinate representation of color #950B8F: hue angle of 302.61º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B8F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 143 -
CMYK 0 0.93 0.04 0.42
HSL 302.61º 0.86% 0.31% -
HSV(B) 302.61º 0.93% 0.58% -
XYZ 17.47 8.61 26.73 -
YUV 67.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 149 11 143 0 0.93 0.04 0.42 302.61 0.86 0.31
Hex 95 B 8F 0 5D 4 2A 12F 56 1F
Octal 225 13 217 0 135 4 52 457 126 37
Binary 10010101 1011 10001111 0 1011101 100 101010 100101111 1010110 11111

Color Harmonies of #950B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B8F

Black with #950B8F

Text Example


Text Example

White with #950B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,11,143); }

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

background-color css

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

 a { background-color: rgb(149,11,143); }

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

border-color css

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

 span { border-color: rgb(149,11,143); }

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