Html Css Color HEX #960E8F Dark Magenta

📋 copy color: '#960E8F'

red 150 ◦ green 14 ◦ blue 143

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

Shades of Dark Magenta #960E8F

Tints of Dark Magenta #960E8F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.56%

 BLUE value IS 143 (56.25% from 255) = 46.58%

R = 48.86%
G = 4.56%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#960E8F (or 0x960E8F) is known color: Dark Magenta. HEX triplet: 96, 0E and 8F. RGB value is (150,14,143). Sum of RGB (Red+Green+Blue) = 150+14+143=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #960E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960E8F is #69F170. Grayscale: #444444. Windows color (decimal): -6943089 or 9375382. OLE color: 9375382.

HSL color Cylindrical-coordinate representation of color #960E8F: hue angle of 303.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E8F is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 14 143 -
CMYK 0 0.91 0.05 0.41
HSL 303.09º 0.83% 0.32% -
HSV(B) 303.09º 0.91% 0.59% -
XYZ 17.69 8.78 26.75 -
YUV 69.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 150 14 143 0 0.91 0.05 0.41 303.09 0.83 0.32
Hex 96 E 8F 0 5B 5 29 12F 53 20
Octal 226 16 217 0 133 5 51 457 123 40
Binary 10010110 1110 10001111 0 1011011 101 101001 100101111 1010011 100000

Color Harmonies of #960E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E8F

Black with #960E8F

Text Example


Text Example

White with #960E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,14,143); }

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

background-color css

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

 a { background-color: rgb(150,14,143); }

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

border-color css

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

 span { border-color: rgb(150,14,143); }

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