Html Css Color HEX #960190 Dark Magenta

📋 copy color: '#960190'

red 150 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #960190

Tints of Dark Magenta #960190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 50.85%
G = 0.34%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#960190 (or 0x960190) is known color: Dark Magenta. HEX triplet: 96, 01 and 90. RGB value is (150,1,144). Sum of RGB (Red+Green+Blue) = 150+1+144=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #960190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960190 is #69FE6F. Grayscale: #3D3D3D. Windows color (decimal): -6946416 or 9437590. OLE color: 9437590.

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

Color convert

RGB 150 1 144 -
CMYK 0 0.99 0.04 0.41
HSL 302.42º 0.99% 0.3% -
HSV(B) 302.42º 0.99% 0.59% -
XYZ 17.62 8.52 27.1 -
YUV 61.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 150 1 144 0 0.99 0.04 0.41 302.42 0.99 0.3
Hex 96 1 90 0 63 4 29 12E 63 1E
Octal 226 1 220 0 143 4 51 456 143 36
Binary 10010110 1 10010000 0 1100011 100 101001 100101110 1100011 11110

Color Harmonies of #960190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960190

Black with #960190

Text Example


Text Example

White with #960190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960190; }

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

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

background-color css

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

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

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

border-color css

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

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

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