Html Css Color HEX #960395 Dark Magenta

📋 copy color: '#960395'

red 150 ◦ green 3 ◦ blue 149

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

Shades of Dark Magenta #960395

Tints of Dark Magenta #960395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 49.67%
G = 0.99%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#960395 (or 0x960395) is known color: Dark Magenta. HEX triplet: 96, 03 and 95. RGB value is (150,3,149). Sum of RGB (Red+Green+Blue) = 150+3+149=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #960395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960395 is #69FC6A. Grayscale: #3F3F3F. Windows color (decimal): -6945899 or 9765782. OLE color: 9765782.

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

Color convert

RGB 150 3 149 -
CMYK 0 0.98 0.01 0.41
HSL 300.41º 0.96% 0.3% -
HSV(B) 300.41º 0.98% 0.59% -
XYZ 18.04 8.72 29.17 -
YUV 63.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 150 3 149 0 0.98 0.01 0.41 300.41 0.96 0.3
Hex 96 3 95 0 62 1 29 12C 60 1E
Octal 226 3 225 0 142 1 51 454 140 36
Binary 10010110 11 10010101 0 1100010 1 101001 100101100 1100000 11110

Color Harmonies of #960395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960395

Black with #960395

Text Example


Text Example

White with #960395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960395; }

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

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

background-color css

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

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

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

border-color css

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

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

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