Html Css Color HEX #960892 Dark Magenta

📋 copy color: '#960892'

red 150 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #960892

Tints of Dark Magenta #960892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 49.34%
G = 2.63%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#960892 (or 0x960892) is known color: Dark Magenta. HEX triplet: 96, 08 and 92. RGB value is (150,8,146). Sum of RGB (Red+Green+Blue) = 150+8+146=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #960892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960892 is #69F76D. Grayscale: #414141. Windows color (decimal): -6944622 or 9570454. OLE color: 9570454.

HSL color Cylindrical-coordinate representation of color #960892: hue angle of 301.69º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960892 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 146 -
CMYK 0 0.95 0.03 0.41
HSL 301.69º 0.9% 0.31% -
HSV(B) 301.69º 0.95% 0.59% -
XYZ 17.85 8.73 27.94 -
YUV 66.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 150 8 146 0 0.95 0.03 0.41 301.69 0.9 0.31
Hex 96 8 92 0 5F 3 29 12E 5A 1F
Octal 226 10 222 0 137 3 51 456 132 37
Binary 10010110 1000 10010010 0 1011111 11 101001 100101110 1011010 11111

Color Harmonies of #960892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960892

Black with #960892

Text Example


Text Example

White with #960892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960892; }

 p { color: rgb(150,8,146); }

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

background-color css

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

 a { background-color: rgb(150,8,146); }

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

border-color css

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

 span { border-color: rgb(150,8,146); }

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