Html Css Color HEX #960D79 Dark Purple

📋 copy color: '#960D79'

red 150 ◦ green 13 ◦ blue 121

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

Shades of Dark Purple #960D79

Tints of Dark Purple #960D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 52.82%
G = 4.58%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#960D79 (or 0x960D79) is known color: Dark Purple. HEX triplet: 96, 0D and 79. RGB value is (150,13,121). Sum of RGB (Red+Green+Blue) = 150+13+121=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #960D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960D79 is #69F286. Grayscale: #414141. Windows color (decimal): -6943367 or 7933334. OLE color: 7933334.

HSL color Cylindrical-coordinate representation of color #960D79: hue angle of 312.7º degrees, saturation: 0.84, 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 #960D79 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 13 121 -
CMYK 0 0.91 0.19 0.41
HSL 312.7º 0.84% 0.32% -
HSV(B) 312.7º 0.91% 0.59% -
XYZ 16.17 8.15 18.81 -
YUV 66.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 150 13 121 0 0.91 0.19 0.41 312.7 0.84 0.32
Hex 96 D 79 0 5B 13 29 139 54 20
Octal 226 15 171 0 133 23 51 471 124 40
Binary 10010110 1101 1111001 0 1011011 10011 101001 100111001 1010100 100000

Color Harmonies of #960D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960D79

Black with #960D79

Text Example


Text Example

White with #960D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,13,121); }

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

background-color css

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

 a { background-color: rgb(150,13,121); }

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

border-color css

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

 span { border-color: rgb(150,13,121); }

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