Html Css Color HEX #961F95 Dark Magenta

📋 copy color: '#961F95'

red 150 ◦ green 31 ◦ blue 149

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

Shades of Dark Magenta #961F95

Tints of Dark Magenta #961F95

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 45.45%
G = 9.39%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#961F95 (or 0x961F95) is known color: Dark Magenta. HEX triplet: 96, 1F and 95. RGB value is (150,31,149). Sum of RGB (Red+Green+Blue) = 150+31+149=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #961F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F95 is #69E06A. Grayscale: #4F4F4F. Windows color (decimal): -6938731 or 9772950. OLE color: 9772950.

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

Color convert

RGB 150 31 149 -
CMYK 0 0.79 0.01 0.41
HSL 300.5º 0.66% 0.35% -
HSV(B) 300.5º 0.79% 0.59% -
XYZ 18.49 9.63 29.32 -
YUV 80.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 150 31 149 0 0.79 0.01 0.41 300.5 0.66 0.35
Hex 96 1F 95 0 4F 1 29 12D 42 23
Octal 226 37 225 0 117 1 51 455 102 43
Binary 10010110 11111 10010101 0 1001111 1 101001 100101101 1000010 100011

Color Harmonies of #961F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F95

Black with #961F95

Text Example


Text Example

White with #961F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,31,149); }

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

background-color css

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

 a { background-color: rgb(150,31,149); }

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

border-color css

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

 span { border-color: rgb(150,31,149); }

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