Html Css Color HEX #960BA5 Dark Magenta

📋 copy color: '#960BA5'

red 150 ◦ green 11 ◦ blue 165

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

Shades of Dark Magenta #960BA5

Tints of Dark Magenta #960BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

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

R = 46.01%
G = 3.37%
B = 50.61%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#960BA5 (or 0x960BA5) is known color: Dark Magenta. HEX triplet: 96, 0B and A5. RGB value is (150,11,165). Sum of RGB (Red+Green+Blue) = 150+11+165=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #960BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960BA5 is #69F45A. Grayscale: #454545. Windows color (decimal): -6943835 or 10816406. OLE color: 10816406.

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

Color convert

RGB 150 11 165 -
CMYK 0.09 0.93 0 0.35
HSL 294.16º 0.88% 0.35% -
HSV(B) 294.16º 0.93% 0.65% -
XYZ 19.49 9.44 36.39 -
YUV 70.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 150 11 165 0.09 0.93 0 0.35 294.16 0.88 0.35
Hex 96 B A5 9 5D 0 23 126 58 23
Octal 226 13 245 11 135 0 43 446 130 43
Binary 10010110 1011 10100101 1001 1011101 0 100011 100100110 1011000 100011

Color Harmonies of #960BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BA5

Black with #960BA5

Text Example


Text Example

White with #960BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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