#961A6F

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

Shades of Dark Purple #961A6F

Tints of Dark Purple #961A6F

Color information

#961A6F (or 0x961A6F) is unknown color: approx Dark Purple. HEX triplet: 96, 1A and 6F. RGB value is (150,26,111). Sum of RGB (Red+Green+Blue) = 150+26+111=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #961A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A6F is #69E590. Grayscale: #484848. Windows color (decimal): -6940049 or 7281302. OLE color: 7281302.

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

Color convert

RGB15026111-
CMYK00.830.260.41
HSL318.87º70.45%34.51%-
HSV(B)318.87º82.67%58.82%-
XYZ15.828.3715.82-
YUV72.77149.58183.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=52.26%
G=9.06%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502611100.830.260.41318.8770.4534.51
Hex961A6F0531A2913f4623
Octal226321570123325147710643
Binary1001011011010110111101010011110101010011001111111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,26,111); }

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

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

 a { background-color: rgb(150,26,111); }

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

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

 span { border-color: rgb(150,26,111); }

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