Html Css Color HEX #960D9B Dark Magenta

📋 copy color: '#960D9B'

red 150 ◦ green 13 ◦ blue 155

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

Shades of Dark Magenta #960D9B

Tints of Dark Magenta #960D9B

RGB

 RED value IS 150 (58.98% from 255) = 47.17%

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 47.17%
G = 4.09%
B = 48.74%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#960D9B (or 0x960D9B) is known color: Dark Magenta. HEX triplet: 96, 0D and 9B. RGB value is (150,13,155). Sum of RGB (Red+Green+Blue) = 150+13+155=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #960D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960D9B is #69F264. Grayscale: #454545. Windows color (decimal): -6943333 or 10161558. OLE color: 10161558.

HSL color Cylindrical-coordinate representation of color #960D9B: hue angle of 297.89º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960D9B is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 13 155 -
CMYK 0.03 0.92 0 0.39
HSL 297.89º 0.85% 0.33% -
HSV(B) 297.89º 0.92% 0.61% -
XYZ 18.64 9.14 31.79 -
YUV 70.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 150 13 155 0.03 0.92 0 0.39 297.89 0.85 0.33
Hex 96 D 9B 3 5C 0 27 12A 55 21
Octal 226 15 233 3 134 0 47 452 125 41
Binary 10010110 1101 10011011 11 1011100 0 100111 100101010 1010101 100001

Color Harmonies of #960D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960D9B

Black with #960D9B

Text Example


Text Example

White with #960D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960D9B; }

 p { color: rgb(150,13,155); }

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

background-color css

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

 a { background-color: rgb(150,13,155); }

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

border-color css

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

 span { border-color: rgb(150,13,155); }

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