Html Css Color HEX #960398 Dark Magenta

📋 copy color: '#960398'

red 150 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #960398

Tints of Dark Magenta #960398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 49.18%
G = 0.98%
B = 49.84%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#960398 (or 0x960398) is known color: Dark Magenta. HEX triplet: 96, 03 and 98. RGB value is (150,3,152). Sum of RGB (Red+Green+Blue) = 150+3+152=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #960398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960398 is #69FC67. Grayscale: #3F3F3F. Windows color (decimal): -6945896 or 9962390. OLE color: 9962390.

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

Color convert

RGB 150 3 152 -
CMYK 0.01 0.98 0 0.40
HSL 299.19º 0.96% 0.3% -
HSV(B) 299.19º 0.98% 0.6% -
XYZ 18.28 8.82 30.44 -
YUV 63.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 150 3 152 0.01 0.98 0 0.40 299.19 0.96 0.3
Hex 96 3 98 1 62 0 28 12B 60 1E
Octal 226 3 230 1 142 0 50 453 140 36
Binary 10010110 11 10011000 1 1100010 0 101000 100101011 1100000 11110

Color Harmonies of #960398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960398

Black with #960398

Text Example


Text Example

White with #960398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960398; }

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

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

background-color css

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

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

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

border-color css

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

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

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