Html Css Color HEX #960288 Dark Magenta

📋 copy color: '#960288'

red 150 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #960288

Tints of Dark Magenta #960288

RGB

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

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

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

R = 52.08%
G = 0.69%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#960288 (or 0x960288) is known color: Dark Magenta. HEX triplet: 96, 02 and 88. RGB value is (150,2,136). Sum of RGB (Red+Green+Blue) = 150+2+136=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #960288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960288 is #69FD77. Grayscale: #3D3D3D. Windows color (decimal): -6946168 or 8913558. OLE color: 8913558.

HSL color Cylindrical-coordinate representation of color #960288: hue angle of 305.68º 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 #960288 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 136 -
CMYK 0 0.99 0.09 0.41
HSL 305.68º 0.97% 0.3% -
HSV(B) 305.68º 0.99% 0.59% -
XYZ 17.04 8.31 24 -
YUV 61.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 150 2 136 0 0.99 0.09 0.41 305.68 0.97 0.3
Hex 96 2 88 0 63 9 29 132 61 1E
Octal 226 2 210 0 143 11 51 462 141 36
Binary 10010110 10 10001000 0 1100011 1001 101001 100110010 1100001 11110

Color Harmonies of #960288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960288

Black with #960288

Text Example


Text Example

White with #960288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960288; }

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

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

background-color css

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

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

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

border-color css

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

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

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