Html Css Color HEX #960386 Dark Magenta

📋 copy color: '#960386'

red 150 ◦ green 3 ◦ blue 134

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

Shades of Dark Magenta #960386

Tints of Dark Magenta #960386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 134 (52.73% from 255) = 46.69%

R = 52.26%
G = 1.05%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#960386 (or 0x960386) is known color: Dark Magenta. HEX triplet: 96, 03 and 86. RGB value is (150,3,134). Sum of RGB (Red+Green+Blue) = 150+3+134=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #960386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960386 is #69FC79. Grayscale: #3D3D3D. Windows color (decimal): -6945914 or 8782742. OLE color: 8782742.

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

Color convert

RGB 150 3 134 -
CMYK 0 0.98 0.11 0.41
HSL 306.53º 0.96% 0.3% -
HSV(B) 306.53º 0.98% 0.59% -
XYZ 16.91 8.27 23.26 -
YUV 61.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 150 3 134 0 0.98 0.11 0.41 306.53 0.96 0.3
Hex 96 3 86 0 62 B 29 133 60 1E
Octal 226 3 206 0 142 13 51 463 140 36
Binary 10010110 11 10000110 0 1100010 1011 101001 100110011 1100000 11110

Color Harmonies of #960386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960386

Black with #960386

Text Example


Text Example

White with #960386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960386; }

 p { color: rgb(150,3,134); }

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

background-color css

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

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

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

border-color css

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

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

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