Html Css Color HEX #961299 Dark Magenta

📋 copy color: '#961299'

red 150 ◦ green 18 ◦ blue 153

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

Shades of Dark Magenta #961299

Tints of Dark Magenta #961299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 46.73%
G = 5.61%
B = 47.66%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#961299 (or 0x961299) is known color: Dark Magenta. HEX triplet: 96, 12 and 99. RGB value is (150,18,153). Sum of RGB (Red+Green+Blue) = 150+18+153=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #961299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961299 is #69ED66. Grayscale: #484848. Windows color (decimal): -6942055 or 10031766. OLE color: 10031766.

HSL color Cylindrical-coordinate representation of color #961299: hue angle of 298.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961299 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 18 153 -
CMYK 0.02 0.88 0 0.4
HSL 298.67º 0.79% 0.34% -
HSV(B) 298.67º 0.88% 0.6% -
XYZ 18.54 9.22 30.94 -
YUV 72.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 150 18 153 0.02 0.88 0 0.4 298.67 0.79 0.34
Hex 96 12 99 2 58 0 28 12B 4F 22
Octal 226 22 231 2 130 0 50 453 117 42
Binary 10010110 10010 10011001 10 1011000 0 101000 100101011 1001111 100010

Color Harmonies of #961299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961299

Black with #961299

Text Example


Text Example

White with #961299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961299; }

 p { color: rgb(150,18,153); }

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

background-color css

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

 a { background-color: rgb(150,18,153); }

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

border-color css

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

 span { border-color: rgb(150,18,153); }

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