Html Css Color HEX #960084 Dark Magenta

📋 copy color: '#960084'

red 150 ◦ green 0 ◦ blue 132

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

Shades of Dark Magenta #960084

Tints of Dark Magenta #960084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 53.19%
G = 0%
B = 46.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#960084 (or 0x960084) is known color: Dark Magenta. HEX triplet: 96, 00 and 84. RGB value is (150,0,132). Sum of RGB (Red+Green+Blue) = 150+0+132=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #960084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960084 is #69FF7B. Grayscale: #3B3B3B. Windows color (decimal): -6946684 or 8650902. OLE color: 8650902.

HSL color Cylindrical-coordinate representation of color #960084: hue angle of 307.2º 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 #960084 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 132 -
CMYK 0 1 0.12 0.41
HSL 307.2º 1% 0.29% -
HSV(B) 307.2º 1% 0.59% -
XYZ 16.74 8.15 22.52 -
YUV 59.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 150 0 132 0 1 0.12 0.41 307.2 1 0.29
Hex 96 0 84 0 64 C 29 133 64 1D
Octal 226 0 204 0 144 14 51 463 144 35
Binary 10010110 0 10000100 0 1100100 1100 101001 100110011 1100100 11101

Color Harmonies of #960084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960084

Black with #960084

Text Example


Text Example

White with #960084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960084; }

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

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

background-color css

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

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

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

border-color css

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

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

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