Html Css Color HEX #960295 Dark Magenta

📋 copy color: '#960295'

red 150 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #960295

Tints of Dark Magenta #960295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 49.83%
G = 0.66%
B = 49.5%

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

#960295 (or 0x960295) is known color: Dark Magenta. HEX triplet: 96, 02 and 95. RGB value is (150,2,149). Sum of RGB (Red+Green+Blue) = 150+2+149=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #960295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960295 is #69FD6A. Grayscale: #3E3E3E. Windows color (decimal): -6946155 or 9765526. OLE color: 9765526.

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

Color convert

RGB 150 2 149 -
CMYK 0 0.99 0.01 0.41
HSL 300.41º 0.97% 0.3% -
HSV(B) 300.41º 0.99% 0.59% -
XYZ 18.02 8.7 29.16 -
YUV 63.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 150 2 149 0 0.99 0.01 0.41 300.41 0.97 0.3
Hex 96 2 95 0 63 1 29 12C 61 1E
Octal 226 2 225 0 143 1 51 454 141 36
Binary 10010110 10 10010101 0 1100011 1 101001 100101100 1100001 11110

Color Harmonies of #960295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960295

Black with #960295

Text Example


Text Example

White with #960295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960295; }

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

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

background-color css

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

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

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

border-color css

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

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

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