Html Css Color HEX #960285 Dark Magenta

📋 copy color: '#960285'

red 150 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #960285

Tints of Dark Magenta #960285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 52.63%
G = 0.7%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#960285 (or 0x960285) is known color: Dark Magenta. HEX triplet: 96, 02 and 85. RGB value is (150,2,133). Sum of RGB (Red+Green+Blue) = 150+2+133=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #960285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960285 is #69FD7A. Grayscale: #3C3C3C. Windows color (decimal): -6946171 or 8716950. OLE color: 8716950.

HSL color Cylindrical-coordinate representation of color #960285: hue angle of 306.89º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960285 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 133 -
CMYK 0 0.99 0.11 0.41
HSL 306.89º 0.97% 0.3% -
HSV(B) 306.89º 0.99% 0.59% -
XYZ 16.83 8.22 22.89 -
YUV 61.19 168.53 191.35 -
System Red Green Blue C M Y K H S L
Decimal 150 2 133 0 0.99 0.11 0.41 306.89 0.97 0.3
Hex 96 2 85 0 63 B 29 133 61 1E
Octal 226 2 205 0 143 13 51 463 141 36
Binary 10010110 10 10000101 0 1100011 1011 101001 100110011 1100001 11110

Color Harmonies of #960285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960285

Black with #960285

Text Example


Text Example

White with #960285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960285; }

 p { color: rgb(150,2,133); }

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

background-color css

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

 a { background-color: rgb(150,2,133); }

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

border-color css

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

 span { border-color: rgb(150,2,133); }

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