Html Css Color HEX #962096 Dark Magenta

📋 copy color: '#962096'

red 150 ◦ green 32 ◦ blue 150

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

Shades of Dark Magenta #962096

Tints of Dark Magenta #962096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

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

R = 45.18%
G = 9.64%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#962096 (or 0x962096) is known color: Dark Magenta. HEX triplet: 96, 20 and 96. RGB value is (150,32,150). Sum of RGB (Red+Green+Blue) = 150+32+150=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #962096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962096 is #69DF69. Grayscale: #505050. Windows color (decimal): -6938474 or 9838742. OLE color: 9838742.

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

Color convert

RGB 150 32 150 -
CMYK 0 0.79 0 0.41
HSL 300º 0.65% 0.36% -
HSV(B) 300º 0.79% 0.59% -
XYZ 18.6 9.72 29.75 -
YUV 80.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 150 32 150 0 0.79 0 0.41 300 0.65 0.36
Hex 96 20 96 0 4F 0 29 12C 41 24
Octal 226 40 226 0 117 0 51 454 101 44
Binary 10010110 100000 10010110 0 1001111 0 101001 100101100 1000001 100100

Color Harmonies of #962096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962096

Black with #962096

Text Example


Text Example

White with #962096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962096; }

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

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

background-color css

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

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

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

border-color css

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

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

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