Html Css Color HEX #960383 Dark Magenta

📋 copy color: '#960383'

red 150 ◦ green 3 ◦ blue 131

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

Shades of Dark Magenta #960383

Tints of Dark Magenta #960383

RGB

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

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

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

R = 52.82%
G = 1.06%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#960383 (or 0x960383) is known color: Dark Magenta. HEX triplet: 96, 03 and 83. RGB value is (150,3,131). Sum of RGB (Red+Green+Blue) = 150+3+131=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #960383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960383 is #69FC7C. Grayscale: #3D3D3D. Windows color (decimal): -6945917 or 8586134. OLE color: 8586134.

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

Color convert

RGB 150 3 131 -
CMYK 0 0.98 0.13 0.41
HSL 307.76º 0.96% 0.3% -
HSV(B) 307.76º 0.98% 0.59% -
XYZ 16.71 8.19 22.17 -
YUV 61.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 150 3 131 0 0.98 0.13 0.41 307.76 0.96 0.3
Hex 96 3 83 0 62 D 29 134 60 1E
Octal 226 3 203 0 142 15 51 464 140 36
Binary 10010110 11 10000011 0 1100010 1101 101001 100110100 1100000 11110

Color Harmonies of #960383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960383

Black with #960383

Text Example


Text Example

White with #960383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960383; }

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

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

background-color css

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

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

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

border-color css

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

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

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