Html Css Color HEX #960096 Dark Magenta

📋 copy color: '#960096'

red 150 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #960096

Tints of Dark Magenta #960096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#960096 (or 0x960096) is known color: Dark Magenta. HEX triplet: 96, 00 and 96. RGB value is (150,0,150). Sum of RGB (Red+Green+Blue) = 150+0+150=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #960096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960096 is #69FF69. Grayscale: #3D3D3D. Windows color (decimal): -6946666 or 9830550. OLE color: 9830550.

HSL color Cylindrical-coordinate representation of color #960096: hue angle of 300º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960096 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 150 -
CMYK 0 1 0 0.41
HSL 300º 1% 0.29% -
HSV(B) 300º 1% 0.59% -
XYZ 18.08 8.69 29.58 -
YUV 61.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 150 0 150 0 1 0 0.41 300 1 0.29
Hex 96 0 96 0 64 0 29 12C 64 1D
Octal 226 0 226 0 144 0 51 454 144 35
Binary 10010110 0 10010110 0 1100100 0 101001 100101100 1100100 11101

Color Harmonies of #960096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960096

Black with #960096

Text Example


Text Example

White with #960096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960096; }

 p { color: rgb(150,0,150); }

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

background-color css

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

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

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

border-color css

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

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

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