Html Css Color HEX #960495 Dark Magenta

📋 copy color: '#960495'

red 150 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #960495

Tints of Dark Magenta #960495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 49.5%
G = 1.32%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#960495 (or 0x960495) is known color: Dark Magenta. HEX triplet: 96, 04 and 95. RGB value is (150,4,149). Sum of RGB (Red+Green+Blue) = 150+4+149=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #960495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960495 is #69FB6A. Grayscale: #3F3F3F. Windows color (decimal): -6945643 or 9766038. OLE color: 9766038.

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

Color convert

RGB 150 4 149 -
CMYK 0 0.97 0.01 0.41
HSL 300.41º 0.95% 0.3% -
HSV(B) 300.41º 0.97% 0.59% -
XYZ 18.05 8.74 29.17 -
YUV 64.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 150 4 149 0 0.97 0.01 0.41 300.41 0.95 0.3
Hex 96 4 95 0 61 1 29 12C 5F 1E
Octal 226 4 225 0 141 1 51 454 137 36
Binary 10010110 100 10010101 0 1100001 1 101001 100101100 1011111 11110

Color Harmonies of #960495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960495

Black with #960495

Text Example


Text Example

White with #960495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960495; }

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

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

background-color css

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

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

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

border-color css

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

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

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