#961784

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

Shades of Dark Purple #961784

Tints of Dark Purple #961784

Color information

#961784 (or 0x961784) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 84. RGB value is (150,23,132). Sum of RGB (Red+Green+Blue) = 150+23+132=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #961784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961784 is #69E87B. Grayscale: #494949. Windows color (decimal): -6940796 or 8656790. OLE color: 8656790.

HSL color Cylindrical-coordinate representation of color #961784: hue angle of 308.5º 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 #961784 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15023132-
CMYK00.850.120.41
HSL308.5º73.41%33.92%-
HSV(B)308.5º84.67%58.82%-
XYZ17.058.7622.62-
YUV73.4161.08182.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 23 (9.38% from 255) = 7.54%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=49.18%
G=7.54%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502313200.850.120.41308.573.4133.92
Hex961784055C291354922
Octal226272040125145146511142
Binary1001011010111100001000101010111001010011001101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961784; }

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

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

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

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

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

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

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

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