Html Css Color HEX #960899 Dark Magenta

📋 copy color: '#960899'

red 150 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #960899

Tints of Dark Magenta #960899

RGB

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

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

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

R = 48.23%
G = 2.57%
B = 49.2%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#960899 (or 0x960899) is known color: Dark Magenta. HEX triplet: 96, 08 and 99. RGB value is (150,8,153). Sum of RGB (Red+Green+Blue) = 150+8+153=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #960899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960899 is #69F766. Grayscale: #424242. Windows color (decimal): -6944615 or 10029206. OLE color: 10029206.

HSL color Cylindrical-coordinate representation of color #960899: hue angle of 298.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960899 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 8 153 -
CMYK 0.02 0.95 0 0.4
HSL 298.76º 0.9% 0.32% -
HSV(B) 298.76º 0.95% 0.6% -
XYZ 18.41 8.96 30.9 -
YUV 66.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 150 8 153 0.02 0.95 0 0.4 298.76 0.9 0.32
Hex 96 8 99 2 5F 0 28 12B 5A 20
Octal 226 10 231 2 137 0 50 453 132 40
Binary 10010110 1000 10011001 10 1011111 0 101000 100101011 1011010 100000

Color Harmonies of #960899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960899

Black with #960899

Text Example


Text Example

White with #960899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960899; }

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

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

background-color css

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

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

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

border-color css

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

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

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