Html Css Color HEX #961088 Dark Magenta

📋 copy color: '#961088'

red 150 ◦ green 16 ◦ blue 136

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

Shades of Dark Magenta #961088

Tints of Dark Magenta #961088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 49.67%
G = 5.3%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#961088 (or 0x961088) is known color: Dark Magenta. HEX triplet: 96, 10 and 88. RGB value is (150,16,136). Sum of RGB (Red+Green+Blue) = 150+16+136=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961088 is #69EF77. Grayscale: #454545. Windows color (decimal): -6942584 or 8917142. OLE color: 8917142.

HSL color Cylindrical-coordinate representation of color #961088: hue angle of 306.27º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961088 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 136 -
CMYK 0 0.89 0.09 0.41
HSL 306.27º 0.81% 0.33% -
HSV(B) 306.27º 0.89% 0.59% -
XYZ 17.21 8.63 24.05 -
YUV 69.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 150 16 136 0 0.89 0.09 0.41 306.27 0.81 0.33
Hex 96 10 88 0 59 9 29 132 51 21
Octal 226 20 210 0 131 11 51 462 121 41
Binary 10010110 10000 10001000 0 1011001 1001 101001 100110010 1010001 100001

Color Harmonies of #961088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961088

Black with #961088

Text Example


Text Example

White with #961088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961088; }

 p { color: rgb(150,16,136); }

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

background-color css

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

 a { background-color: rgb(150,16,136); }

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

border-color css

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

 span { border-color: rgb(150,16,136); }

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