Html Css Color HEX #960181 Dark Magenta

📋 copy color: '#960181'

red 150 ◦ green 1 ◦ blue 129

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

Shades of Dark Magenta #960181

Tints of Dark Magenta #960181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 53.57%
G = 0.36%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#960181 (or 0x960181) is known color: Dark Magenta. HEX triplet: 96, 01 and 81. RGB value is (150,1,129). Sum of RGB (Red+Green+Blue) = 150+1+129=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #960181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960181 is #69FE7E. Grayscale: #3B3B3B. Windows color (decimal): -6946431 or 8454550. OLE color: 8454550.

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

Color convert

RGB 150 1 129 -
CMYK 0 0.99 0.14 0.41
HSL 308.46º 0.99% 0.3% -
HSV(B) 308.46º 0.99% 0.59% -
XYZ 16.55 8.09 21.46 -
YUV 60.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 150 1 129 0 0.99 0.14 0.41 308.46 0.99 0.3
Hex 96 1 81 0 63 E 29 134 63 1E
Octal 226 1 201 0 143 16 51 464 143 36
Binary 10010110 1 10000001 0 1100011 1110 101001 100110100 1100011 11110

Color Harmonies of #960181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960181

Black with #960181

Text Example


Text Example

White with #960181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960181; }

 p { color: rgb(150,1,129); }

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

background-color css

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

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

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

border-color css

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

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

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