#96358B

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

Shades of Dark Purple #96358B

Tints of Dark Purple #96358B

Color information

#96358B (or 0x96358B) is unknown color: approx Dark Purple. HEX triplet: 96, 35 and 8B. RGB value is (150,53,139). Sum of RGB (Red+Green+Blue) = 150+53+139=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96358B is #69CA74. Grayscale: #5B5B5B. Windows color (decimal): -6933109 or 9123222. OLE color: 9123222.

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

Color convert

RGB15053139-
CMYK00.650.070.41
HSL306.8º47.78%39.8%-
HSV(B)306.8º64.67%58.82%-
XYZ18.5110.8925.55-
YUV91.81154.64169.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=43.86%
G=15.50%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505313900.650.070.41306.847.7839.8
Hex96358B0417291333028
Octal2266521301017514636050
Binary100101101101011000101101000001111101001100110011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,53,139); }

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

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

 a { background-color: rgb(150,53,139); }

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

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

 span { border-color: rgb(150,53,139); }

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