Html Css Color HEX #960F8D Dark Magenta

📋 copy color: '#960F8D'

red 150 ◦ green 15 ◦ blue 141

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

Shades of Dark Magenta #960F8D

Tints of Dark Magenta #960F8D

RGB

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

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

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

R = 49.02%
G = 4.9%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#960F8D (or 0x960F8D) is known color: Dark Magenta. HEX triplet: 96, 0F and 8D. RGB value is (150,15,141). Sum of RGB (Red+Green+Blue) = 150+15+141=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #960F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960F8D is #69F072. Grayscale: #454545. Windows color (decimal): -6942835 or 9244566. OLE color: 9244566.

HSL color Cylindrical-coordinate representation of color #960F8D: hue angle of 304º 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 #960F8D is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 15 141 -
CMYK 0 0.9 0.06 0.41
HSL 304º 0.82% 0.32% -
HSV(B) 304º 0.9% 0.59% -
XYZ 17.56 8.75 25.96 -
YUV 69.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 150 15 141 0 0.9 0.06 0.41 304 0.82 0.32
Hex 96 F 8D 0 5A 6 29 130 52 20
Octal 226 17 215 0 132 6 51 460 122 40
Binary 10010110 1111 10001101 0 1011010 110 101001 100110000 1010010 100000

Color Harmonies of #960F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F8D

Black with #960F8D

Text Example


Text Example

White with #960F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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