Html Css Color HEX #960EA5 Dark Magenta

📋 copy color: '#960EA5'

red 150 ◦ green 14 ◦ blue 165

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

Shades of Dark Magenta #960EA5

Tints of Dark Magenta #960EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.15%

R = 45.59%
G = 4.26%
B = 50.15%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#960EA5 (or 0x960EA5) is known color: Dark Magenta. HEX triplet: 96, 0E and A5. RGB value is (150,14,165). Sum of RGB (Red+Green+Blue) = 150+14+165=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #960EA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960EA5 is #69F15A. Grayscale: #474747. Windows color (decimal): -6943067 or 10817174. OLE color: 10817174.

HSL color Cylindrical-coordinate representation of color #960EA5: hue angle of 294.04º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960EA5 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 14 165 -
CMYK 0.09 0.92 0 0.35
HSL 294.04º 0.84% 0.35% -
HSV(B) 294.04º 0.92% 0.65% -
XYZ 19.53 9.51 36.4 -
YUV 71.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 150 14 165 0.09 0.92 0 0.35 294.04 0.84 0.35
Hex 96 E A5 9 5C 0 23 126 54 23
Octal 226 16 245 11 134 0 43 446 124 43
Binary 10010110 1110 10100101 1001 1011100 0 100011 100100110 1010100 100011

Color Harmonies of #960EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EA5

Black with #960EA5

Text Example


Text Example

White with #960EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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