Html Css Color HEX #950B8B Dark Magenta

📋 copy color: '#950B8B'

red 149 ◦ green 11 ◦ blue 139

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

Shades of Dark Magenta #950B8B

Tints of Dark Magenta #950B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 49.83%
G = 3.68%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#950B8B (or 0x950B8B) is known color: Dark Magenta. HEX triplet: 95, 0B and 8B. RGB value is (149,11,139). Sum of RGB (Red+Green+Blue) = 149+11+139=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #950B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950B8B is #6AF474. Grayscale: #424242. Windows color (decimal): -7009397 or 9112469. OLE color: 9112469.

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

Color convert

RGB 149 11 139 -
CMYK 0 0.93 0.07 0.42
HSL 304.35º 0.86% 0.31% -
HSV(B) 304.35º 0.93% 0.58% -
XYZ 17.17 8.49 25.16 -
YUV 66.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 149 11 139 0 0.93 0.07 0.42 304.35 0.86 0.31
Hex 95 B 8B 0 5D 7 2A 130 56 1F
Octal 225 13 213 0 135 7 52 460 126 37
Binary 10010101 1011 10001011 0 1011101 111 101010 100110000 1010110 11111

Color Harmonies of #950B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B8B

Black with #950B8B

Text Example


Text Example

White with #950B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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