Html Css Color HEX #961079 Dark Purple

📋 copy color: '#961079'

red 150 ◦ green 16 ◦ blue 121

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

Shades of Dark Purple #961079

Tints of Dark Purple #961079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 52.26%
G = 5.57%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#961079 (or 0x961079) is known color: Dark Purple. HEX triplet: 96, 10 and 79. RGB value is (150,16,121). Sum of RGB (Red+Green+Blue) = 150+16+121=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #961079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961079 is #69EF86. Grayscale: #434343. Windows color (decimal): -6942599 or 7934102. OLE color: 7934102.

HSL color Cylindrical-coordinate representation of color #961079: hue angle of 312.99º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961079 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 121 -
CMYK 0 0.89 0.19 0.41
HSL 312.99º 0.81% 0.33% -
HSV(B) 312.99º 0.89% 0.59% -
XYZ 16.21 8.24 18.82 -
YUV 68.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 150 16 121 0 0.89 0.19 0.41 312.99 0.81 0.33
Hex 96 10 79 0 59 13 29 139 51 21
Octal 226 20 171 0 131 23 51 471 121 41
Binary 10010110 10000 1111001 0 1011001 10011 101001 100111001 1010001 100001

Color Harmonies of #961079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961079

Black with #961079

Text Example


Text Example

White with #961079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961079; }

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

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

background-color css

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

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

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

border-color css

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

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

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