#961785

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

Shades of Dark Purple #961785

Tints of Dark Purple #961785

Color information

#961785 (or 0x961785) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 85. RGB value is (150,23,133). Sum of RGB (Red+Green+Blue) = 150+23+133=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #961785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961785 is #69E87A. Grayscale: #494949. Windows color (decimal): -6940795 or 8722326. OLE color: 8722326.

HSL color Cylindrical-coordinate representation of color #961785: hue angle of 308.03º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961785 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15023133-
CMYK00.850.110.41
HSL308.03º73.41%33.92%-
HSV(B)308.03º84.67%58.82%-
XYZ17.128.7922.98-
YUV73.51161.58182.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 23 (9.38% from 255) = 7.52%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=49.02%
G=7.52%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502313300.850.110.41308.0373.4133.92
Hex961785055B291344922
Octal226272050125135146411142
Binary1001011010111100001010101010110111010011001101001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961785; }

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

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

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

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

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

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

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

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