Html Css Color HEX #960983 Dark Magenta

📋 copy color: '#960983'

red 150 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #960983

Tints of Dark Magenta #960983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 131 (51.56% from 255) = 45.17%

R = 51.72%
G = 3.1%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#960983 (or 0x960983) is known color: Dark Magenta. HEX triplet: 96, 09 and 83. RGB value is (150,9,131). Sum of RGB (Red+Green+Blue) = 150+9+131=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #960983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960983 is #69F67C. Grayscale: #404040. Windows color (decimal): -6944381 or 8587670. OLE color: 8587670.

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

Color convert

RGB 150 9 131 -
CMYK 0 0.94 0.13 0.41
HSL 308.09º 0.89% 0.31% -
HSV(B) 308.09º 0.94% 0.59% -
XYZ 16.77 8.32 22.19 -
YUV 65.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 150 9 131 0 0.94 0.13 0.41 308.09 0.89 0.31
Hex 96 9 83 0 5E D 29 134 59 1F
Octal 226 11 203 0 136 15 51 464 131 37
Binary 10010110 1001 10000011 0 1011110 1101 101001 100110100 1011001 11111

Color Harmonies of #960983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960983

Black with #960983

Text Example


Text Example

White with #960983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960983; }

 p { color: rgb(150,9,131); }

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

background-color css

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

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

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

border-color css

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

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

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