#96357B

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

Shades of Dark Purple #96357B

Tints of Dark Purple #96357B

Color information

#96357B (or 0x96357B) is unknown color: approx Dark Purple. HEX triplet: 96, 35 and 7B. RGB value is (150,53,123). Sum of RGB (Red+Green+Blue) = 150+53+123=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96357B is #69CA84. Grayscale: #595959. Windows color (decimal): -6933125 or 8074646. OLE color: 8074646.

HSL color Cylindrical-coordinate representation of color #96357B: hue angle of 316.7º 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 #96357B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15053123-
CMYK00.650.180.41
HSL316.7º47.78%39.8%-
HSV(B)316.7º64.67%58.82%-
XYZ17.4310.4619.84-
YUV89.98146.64170.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=46.01%
G=16.26%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505312300.650.180.41316.747.7839.8
Hex96357B041122913d3028
Octal22665173010122514756050
Binary1001011011010111110110100000110010101001100111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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