Html Css Color HEX #960F8B Dark Magenta

📋 copy color: '#960F8B'

red 150 ◦ green 15 ◦ blue 139

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

Shades of Dark Magenta #960F8B

Tints of Dark Magenta #960F8B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

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

R = 49.34%
G = 4.93%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#960F8B (or 0x960F8B) is known color: Dark Magenta. HEX triplet: 96, 0F and 8B. RGB value is (150,15,139). Sum of RGB (Red+Green+Blue) = 150+15+139=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #960F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960F8B is #69F074. Grayscale: #454545. Windows color (decimal): -6942837 or 9113494. OLE color: 9113494.

HSL color Cylindrical-coordinate representation of color #960F8B: hue angle of 304.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F8B is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 15 139 -
CMYK 0 0.9 0.07 0.41
HSL 304.89º 0.82% 0.32% -
HSV(B) 304.89º 0.9% 0.59% -
XYZ 17.41 8.69 25.19 -
YUV 69.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 150 15 139 0 0.9 0.07 0.41 304.89 0.82 0.32
Hex 96 F 8B 0 5A 7 29 131 52 20
Octal 226 17 213 0 132 7 51 461 122 40
Binary 10010110 1111 10001011 0 1011010 111 101001 100110001 1010010 100000

Color Harmonies of #960F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F8B

Black with #960F8B

Text Example


Text Example

White with #960F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,15,139); }

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

background-color css

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

 a { background-color: rgb(150,15,139); }

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

border-color css

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

 span { border-color: rgb(150,15,139); }

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