Html Css Color HEX #960282 Dark Magenta

📋 copy color: '#960282'

red 150 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #960282

Tints of Dark Magenta #960282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 53.19%
G = 0.71%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#960282 (or 0x960282) is known color: Dark Magenta. HEX triplet: 96, 02 and 82. RGB value is (150,2,130). Sum of RGB (Red+Green+Blue) = 150+2+130=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #960282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960282 is #69FD7D. Grayscale: #3C3C3C. Windows color (decimal): -6946174 or 8520342. OLE color: 8520342.

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

Color convert

RGB 150 2 130 -
CMYK 0 0.99 0.13 0.41
HSL 308.11º 0.97% 0.3% -
HSV(B) 308.11º 0.99% 0.59% -
XYZ 16.63 8.14 21.81 -
YUV 60.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 150 2 130 0 0.99 0.13 0.41 308.11 0.97 0.3
Hex 96 2 82 0 63 D 29 134 61 1E
Octal 226 2 202 0 143 15 51 464 141 36
Binary 10010110 10 10000010 0 1100011 1101 101001 100110100 1100001 11110

Color Harmonies of #960282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960282

Black with #960282

Text Example


Text Example

White with #960282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960282; }

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

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

background-color css

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

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

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

border-color css

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

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

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