Html Css Color HEX #960882 Dark Magenta

📋 copy color: '#960882'

red 150 ◦ green 8 ◦ blue 130

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

Shades of Dark Magenta #960882

Tints of Dark Magenta #960882

RGB

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

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

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

R = 52.08%
G = 2.78%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#960882 (or 0x960882) is known color: Dark Magenta. HEX triplet: 96, 08 and 82. RGB value is (150,8,130). Sum of RGB (Red+Green+Blue) = 150+8+130=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #960882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960882 is #69F77D. Grayscale: #404040. Windows color (decimal): -6944638 or 8521878. OLE color: 8521878.

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

Color convert

RGB 150 8 130 -
CMYK 0 0.95 0.13 0.41
HSL 308.45º 0.9% 0.31% -
HSV(B) 308.45º 0.95% 0.59% -
XYZ 16.69 8.27 21.84 -
YUV 64.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 150 8 130 0 0.95 0.13 0.41 308.45 0.9 0.31
Hex 96 8 82 0 5F D 29 134 5A 1F
Octal 226 10 202 0 137 15 51 464 132 37
Binary 10010110 1000 10000010 0 1011111 1101 101001 100110100 1011010 11111

Color Harmonies of #960882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960882

Black with #960882

Text Example


Text Example

White with #960882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960882; }

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

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

background-color css

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

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

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

border-color css

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

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

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