#96367B

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

Shades of Dark Purple #96367B

Tints of Dark Purple #96367B

Color information

#96367B (or 0x96367B) is unknown color: approx Dark Purple. HEX triplet: 96, 36 and 7B. RGB value is (150,54,123). Sum of RGB (Red+Green+Blue) = 150+54+123=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96367B is #69C984. Grayscale: #5A5A5A. Windows color (decimal): -6932869 or 8074902. OLE color: 8074902.

HSL color Cylindrical-coordinate representation of color #96367B: hue angle of 316.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96367B is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15054123-
CMYK00.640.180.41
HSL316.88º47.06%40%-
HSV(B)316.88º64%58.82%-
XYZ17.4710.5519.85-
YUV90.57146.3170.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=45.87%
G=16.51%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505412300.640.180.41316.8847.0640
Hex96367B040122913d2f28
Octal22666173010022514755750
Binary1001011011011011110110100000010010101001100111101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96367B; }

 p { color: rgb(150,54,123); }

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

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

 a { background-color: rgb(150,54,123); }

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

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

 span { border-color: rgb(150,54,123); }

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