Html Css Color HEX #960397 Dark Magenta

📋 copy color: '#960397'

red 150 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #960397

Tints of Dark Magenta #960397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.67%

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

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#960397 (or 0x960397) is known color: Dark Magenta. HEX triplet: 96, 03 and 97. RGB value is (150,3,151). Sum of RGB (Red+Green+Blue) = 150+3+151=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #960397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960397 is #69FC68. Grayscale: #3F3F3F. Windows color (decimal): -6945897 or 9896854. OLE color: 9896854.

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

Color convert

RGB 150 3 151 -
CMYK 0.01 0.98 0 0.41
HSL 299.59º 0.96% 0.3% -
HSV(B) 299.59º 0.98% 0.59% -
XYZ 18.2 8.78 30.01 -
YUV 63.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 150 3 151 0.01 0.98 0 0.41 299.59 0.96 0.3
Hex 96 3 97 1 62 0 29 12C 60 1E
Octal 226 3 227 1 142 0 51 454 140 36
Binary 10010110 11 10010111 1 1100010 0 101001 100101100 1100000 11110

Color Harmonies of #960397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960397

Black with #960397

Text Example


Text Example

White with #960397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960397; }

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

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

background-color css

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

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

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

border-color css

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

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

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