#963985

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

Shades of Dark Purple #963985

Tints of Dark Purple #963985

Color information

#963985 (or 0x963985) is unknown color: approx Dark Purple. HEX triplet: 96, 39 and 85. RGB value is (150,57,133). Sum of RGB (Red+Green+Blue) = 150+57+133=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #963985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963985 is #69C67A. Grayscale: #5D5D5D. Windows color (decimal): -6932091 or 8731030. OLE color: 8731030.

HSL color Cylindrical-coordinate representation of color #963985: hue angle of 310.97º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963985 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15057133-
CMYK00.620.110.41
HSL310.97º44.93%40.59%-
HSV(B)310.97º62%58.82%-
XYZ18.2711.123.37-
YUV93.47150.31168.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=44.12%
G=16.76%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505713300.620.110.41310.9744.9340.59
Hex96398503EB291372d29
Octal2267120507613514675551
Binary100101101110011000010101111101011101001100110111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963985; }

 p { color: rgb(150,57,133); }

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

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

 a { background-color: rgb(150,57,133); }

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

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

 span { border-color: rgb(150,57,133); }

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