#961D91

Color #961D91 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #961D91

Tints of Dark Purple #961D91

Color information

#961D91 (or 0x961D91) is unknown color: approx Dark Purple. HEX triplet: 96, 1D and 91. RGB value is (150,29,145). Sum of RGB (Red+Green+Blue) = 150+29+145=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #961D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961D91 is #69E26E. Grayscale: #4E4E4E. Windows color (decimal): -6939247 or 9510294. OLE color: 9510294.

HSL color Cylindrical-coordinate representation of color #961D91: hue angle of 302.48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D91 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15029145-
CMYK00.810.030.41
HSL302.48º67.6%35.1%-
HSV(B)302.48º80.67%58.82%-
XYZ18.139.4127.65-
YUV78.4165.59179.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=46.30%
G=8.95%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502914500.810.030.41302.4867.635.1
Hex961D9105132912e4423
Octal22635221012135145610443
Binary10010110111011001000101010001111010011001011101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961D91; }

 p { color: rgb(150,29,145); }

 H1.HeaderClassName
 {
   color: #961D91;
 }
 .AnyTagClassName
 {
   color: #961D91;
 }
</style>
background-color css

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

 a { background-color: rgb(150,29,145); }

 div.DivClassName
 {
   background-color: #961D91;
 }
 .BgClassName
 {
   background-color: #961D91;
 }
</style>
border-color css

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

 span { border-color: rgb(150,29,145); }

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