#96387F

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

Shades of Dark Purple #96387F

Tints of Dark Purple #96387F

Color information

#96387F (or 0x96387F) is unknown color: approx Dark Purple. HEX triplet: 96, 38 and 7F. RGB value is (150,56,127). Sum of RGB (Red+Green+Blue) = 150+56+127=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387F is #69C780. Grayscale: #5C5C5C. Windows color (decimal): -6932353 or 8337558. OLE color: 8337558.

HSL color Cylindrical-coordinate representation of color #96387F: hue angle of 314.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96387F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15056127-
CMYK00.630.150.41
HSL314.68º45.63%40.39%-
HSV(B)314.68º62.67%58.82%-
XYZ17.8210.8421.23-
YUV92.2147.64169.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 127 (50% from 255) = 38.14%
R=45.05%
G=16.82%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505612700.630.150.41314.6845.6340.39
Hex96387F03FF2913b2e28
Octal2267017707717514735650
Binary10010110111000111111101111111111101001100111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96387F; }

 p { color: rgb(150,56,127); }

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

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

 a { background-color: rgb(150,56,127); }

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

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

 span { border-color: rgb(150,56,127); }

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