#963184

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

Shades of Dark Purple #963184

Tints of Dark Purple #963184

Color information

#963184 (or 0x963184) is unknown color: approx Dark Purple. HEX triplet: 96, 31 and 84. RGB value is (150,49,132). Sum of RGB (Red+Green+Blue) = 150+49+132=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #963184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963184 is #69CE7B. Grayscale: #585858. Windows color (decimal): -6934140 or 8663446. OLE color: 8663446.

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

Color convert

RGB15049132-
CMYK00.670.120.41
HSL310.69º50.75%39.02%-
HSV(B)310.69º67.33%58.82%-
XYZ17.8410.3522.89-
YUV88.66152.46171.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=45.32%
G=14.80%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504913200.670.120.41310.6950.7539.02
Hex963184043C291373327
Octal22661204010314514676347
Binary1001011011000110000100010000111100101001100110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963184; }

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

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

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

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

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

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

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

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