#961284

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

Shades of Dark Purple #961284

Tints of Dark Purple #961284

Color information

#961284 (or 0x961284) is unknown color: approx Dark Purple. HEX triplet: 96, 12 and 84. RGB value is (150,18,132). Sum of RGB (Red+Green+Blue) = 150+18+132=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961284 is #69ED7B. Grayscale: #464646. Windows color (decimal): -6942076 or 8655510. OLE color: 8655510.

HSL color Cylindrical-coordinate representation of color #961284: hue angle of 308.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961284 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15018132-
CMYK00.880.120.41
HSL308.18º78.57%32.94%-
HSV(B)308.18º88%58.82%-
XYZ16.968.5822.59-
YUV70.46162.73184.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 132 (51.95% from 255) = 44%
R=50%
G=6%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501813200.880.120.41308.1878.5732.94
Hex961284058C291344f21
Octal226222040130145146411741
Binary1001011010010100001000101100011001010011001101001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961284; }

 p { color: rgb(150,18,132); }

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

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

 a { background-color: rgb(150,18,132); }

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

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

 span { border-color: rgb(150,18,132); }

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