Html Css Color HEX #960293 Dark Magenta

📋 copy color: '#960293'

red 150 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #960293

Tints of Dark Magenta #960293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 50.17%
G = 0.67%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#960293 (or 0x960293) is known color: Dark Magenta. HEX triplet: 96, 02 and 93. RGB value is (150,2,147). Sum of RGB (Red+Green+Blue) = 150+2+147=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #960293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960293 is #69FD6C. Grayscale: #3E3E3E. Windows color (decimal): -6946157 or 9634454. OLE color: 9634454.

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

Color convert

RGB 150 2 147 -
CMYK 0 0.99 0.02 0.41
HSL 301.22º 0.97% 0.3% -
HSV(B) 301.22º 0.99% 0.59% -
XYZ 17.87 8.63 28.33 -
YUV 62.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 150 2 147 0 0.99 0.02 0.41 301.22 0.97 0.3
Hex 96 2 93 0 63 2 29 12D 61 1E
Octal 226 2 223 0 143 2 51 455 141 36
Binary 10010110 10 10010011 0 1100011 10 101001 100101101 1100001 11110

Color Harmonies of #960293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960293

Black with #960293

Text Example


Text Example

White with #960293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960293; }

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

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

background-color css

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

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

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

border-color css

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

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

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