#963385

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

Shades of Dark Purple #963385

Tints of Dark Purple #963385

Color information

#963385 (or 0x963385) is unknown color: approx Dark Purple. HEX triplet: 96, 33 and 85. RGB value is (150,51,133). Sum of RGB (Red+Green+Blue) = 150+51+133=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963385 is #69CC7A. Grayscale: #595959. Windows color (decimal): -6933627 or 8729494. OLE color: 8729494.

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

Color convert

RGB15051133-
CMYK00.660.110.41
HSL310.3º49.25%39.41%-
HSV(B)310.3º66%58.82%-
XYZ1810.5523.28-
YUV89.95152.3170.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=44.91%
G=15.27%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505113300.660.110.41310.349.2539.41
Hex963385042B291363127
Octal22663205010213514666147
Binary1001011011001110000101010000101011101001100110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963385; }

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

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

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

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

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

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

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

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