Html Css Color HEX #961B99 Dark Magenta

📋 copy color: '#961B99'

red 150 ◦ green 27 ◦ blue 153

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

Shades of Dark Magenta #961B99

Tints of Dark Magenta #961B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

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

R = 45.45%
G = 8.18%
B = 46.36%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#961B99 (or 0x961B99) is known color: Dark Magenta. HEX triplet: 96, 1B and 99. RGB value is (150,27,153). Sum of RGB (Red+Green+Blue) = 150+27+153=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #961B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961B99 is #69E466. Grayscale: #4D4D4D. Windows color (decimal): -6939751 or 10034070. OLE color: 10034070.

HSL color Cylindrical-coordinate representation of color #961B99: hue angle of 298.57º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B99 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 27 153 -
CMYK 0.02 0.82 0 0.4
HSL 298.57º 0.7% 0.35% -
HSV(B) 298.57º 0.82% 0.6% -
XYZ 18.72 9.57 31 -
YUV 78.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 150 27 153 0.02 0.82 0 0.4 298.57 0.7 0.35
Hex 96 1B 99 2 52 0 28 12B 46 23
Octal 226 33 231 2 122 0 50 453 106 43
Binary 10010110 11011 10011001 10 1010010 0 101000 100101011 1000110 100011

Color Harmonies of #961B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B99

Black with #961B99

Text Example


Text Example

White with #961B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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