Html Css Color HEX #960195 Dark Magenta

📋 copy color: '#960195'

red 150 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #960195

Tints of Dark Magenta #960195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 50%
G = 0.33%
B = 49.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#960195 (or 0x960195) is known color: Dark Magenta. HEX triplet: 96, 01 and 95. RGB value is (150,1,149). Sum of RGB (Red+Green+Blue) = 150+1+149=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #960195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960195 is #69FE6A. Grayscale: #3D3D3D. Windows color (decimal): -6946411 or 9765270. OLE color: 9765270.

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

Color convert

RGB 150 1 149 -
CMYK 0 0.99 0.01 0.41
HSL 300.4º 0.99% 0.3% -
HSV(B) 300.4º 0.99% 0.59% -
XYZ 18.01 8.68 29.16 -
YUV 62.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 150 1 149 0 0.99 0.01 0.41 300.4 0.99 0.3
Hex 96 1 95 0 63 1 29 12C 63 1E
Octal 226 1 225 0 143 1 51 454 143 36
Binary 10010110 1 10010101 0 1100011 1 101001 100101100 1100011 11110

Color Harmonies of #960195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960195

Black with #960195

Text Example


Text Example

White with #960195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960195; }

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

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

background-color css

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

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

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

border-color css

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

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

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