Html Css Color HEX #950B8D Dark Magenta

📋 copy color: '#950B8D'

red 149 ◦ green 11 ◦ blue 141

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

Shades of Dark Magenta #950B8D

Tints of Dark Magenta #950B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 49.5%
G = 3.65%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#950B8D (or 0x950B8D) is known color: Dark Magenta. HEX triplet: 95, 0B and 8D. RGB value is (149,11,141). Sum of RGB (Red+Green+Blue) = 149+11+141=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950B8D is #6AF472. Grayscale: #424242. Windows color (decimal): -7009395 or 9243541. OLE color: 9243541.

HSL color Cylindrical-coordinate representation of color #950B8D: hue angle of 303.48º 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 #950B8D is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 141 -
CMYK 0 0.93 0.05 0.42
HSL 303.48º 0.86% 0.31% -
HSV(B) 303.48º 0.93% 0.58% -
XYZ 17.32 8.55 25.94 -
YUV 67.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 149 11 141 0 0.93 0.05 0.42 303.48 0.86 0.31
Hex 95 B 8D 0 5D 5 2A 12F 56 1F
Octal 225 13 215 0 135 5 52 457 126 37
Binary 10010101 1011 10001101 0 1011101 101 101010 100101111 1010110 11111

Color Harmonies of #950B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B8D

Black with #950B8D

Text Example


Text Example

White with #950B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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