#961C85

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

Shades of Dark Purple #961C85

Tints of Dark Purple #961C85

Color information

#961C85 (or 0x961C85) is unknown color: approx Dark Purple. HEX triplet: 96, 1C and 85. RGB value is (150,28,133). Sum of RGB (Red+Green+Blue) = 150+28+133=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #961C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C85 is #69E37A. Grayscale: #4C4C4C. Windows color (decimal): -6939515 or 8723606. OLE color: 8723606.

HSL color Cylindrical-coordinate representation of color #961C85: hue angle of 308.36º degrees, saturation: 0.69, 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 #961C85 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15028133-
CMYK00.810.110.41
HSL308.36º68.54%34.9%-
HSV(B)308.36º81.33%58.82%-
XYZ17.239.0123.02-
YUV76.45159.92180.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 28 (11.33% from 255) = 9.00%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=48.23%
G=9.00%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502813300.810.110.41308.3668.5434.9
Hex961C85051B291344523
Octal226342050121135146410543
Binary1001011011100100001010101000110111010011001101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,28,133); }

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

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

 a { background-color: rgb(150,28,133); }

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

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

 span { border-color: rgb(150,28,133); }

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