Html Css Color HEX #961B93 Dark Magenta

📋 copy color: '#961B93'

red 150 ◦ green 27 ◦ blue 147

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

Shades of Dark Magenta #961B93

Tints of Dark Magenta #961B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 46.3%
G = 8.33%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#961B93 (or 0x961B93) is known color: Dark Magenta. HEX triplet: 96, 1B and 93. RGB value is (150,27,147). Sum of RGB (Red+Green+Blue) = 150+27+147=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #961B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961B93 is #69E46C. Grayscale: #4D4D4D. Windows color (decimal): -6939757 or 9640854. OLE color: 9640854.

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

Color convert

RGB 150 27 147 -
CMYK 0 0.82 0.02 0.41
HSL 301.46º 0.69% 0.35% -
HSV(B) 301.46º 0.82% 0.59% -
XYZ 18.24 9.37 28.45 -
YUV 77.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 150 27 147 0 0.82 0.02 0.41 301.46 0.69 0.35
Hex 96 1B 93 0 52 2 29 12D 45 23
Octal 226 33 223 0 122 2 51 455 105 43
Binary 10010110 11011 10010011 0 1010010 10 101001 100101101 1000101 100011

Color Harmonies of #961B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B93

Black with #961B93

Text Example


Text Example

White with #961B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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