Html Css Color HEX #960FA8 Dark Magenta

📋 copy color: '#960FA8'

red 150 ◦ green 15 ◦ blue 168

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

Shades of Dark Magenta #960FA8

Tints of Dark Magenta #960FA8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 168 (66.02% from 255) = 50.45%

R = 45.05%
G = 4.5%
B = 50.45%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#960FA8 (or 0x960FA8) is known color: Dark Magenta. HEX triplet: 96, 0F and A8. RGB value is (150,15,168). Sum of RGB (Red+Green+Blue) = 150+15+168=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #960FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960FA8 is #69F057. Grayscale: #484848. Windows color (decimal): -6942808 or 11014038. OLE color: 11014038.

HSL color Cylindrical-coordinate representation of color #960FA8: hue angle of 292.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960FA8 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 15 168 -
CMYK 0.11 0.91 0 0.34
HSL 292.94º 0.84% 0.36% -
HSV(B) 292.94º 0.91% 0.66% -
XYZ 19.82 9.65 37.86 -
YUV 72.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 150 15 168 0.11 0.91 0 0.34 292.94 0.84 0.36
Hex 96 F A8 B 5B 0 22 125 54 24
Octal 226 17 250 13 133 0 42 445 124 44
Binary 10010110 1111 10101000 1011 1011011 0 100010 100100101 1010100 100100

Color Harmonies of #960FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FA8

Black with #960FA8

Text Example


Text Example

White with #960FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960FA8; }

 p { color: rgb(150,15,168); }

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

background-color css

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

 a { background-color: rgb(150,15,168); }

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

border-color css

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

 span { border-color: rgb(150,15,168); }

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