#961B87

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

Shades of Dark Purple #961B87

Tints of Dark Purple #961B87

Color information

#961B87 (or 0x961B87) is unknown color: approx Dark Purple. HEX triplet: 96, 1B and 87. RGB value is (150,27,135). Sum of RGB (Red+Green+Blue) = 150+27+135=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #961B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961B87 is #69E478. Grayscale: #4B4B4B. Windows color (decimal): -6939769 or 8854422. OLE color: 8854422.

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

Color convert

RGB15027135-
CMYK00.820.10.41
HSL307.32º69.49%34.71%-
HSV(B)307.32º82%58.82%-
XYZ17.349.0223.75-
YUV76.09161.25180.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=48.08%
G=8.65%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502713500.820.10.41307.3269.4934.71
Hex961B87052A291334523
Octal226332070122125146310543
Binary1001011011011100001110101001010101010011001100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,135); }

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

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

 a { background-color: rgb(150,27,135); }

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

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

 span { border-color: rgb(150,27,135); }

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