#96538E

Color #96538E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #96538E

Tints of Violet Blue #96538E

Color information

#96538E (or 0x96538E) is unknown color: approx Violet Blue. HEX triplet: 96, 53 and 8E. RGB value is (150,83,142). Sum of RGB (Red+Green+Blue) = 150+83+142=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96538E is #69AC71. Grayscale: #6D6D6D. Windows color (decimal): -6925426 or 9327510. OLE color: 9327510.

HSL color Cylindrical-coordinate representation of color #96538E: hue angle of 307.16º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96538E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15083142-
CMYK00.450.050.41
HSL307.16º28.76%45.69%-
HSV(B)307.16º44.67%58.82%-
XYZ20.5514.6227.33-
YUV109.76146.2156.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=40%
G=22.13%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508314200.450.050.41307.1628.7645.69
Hex96538E02D5291331d2e
Octal2261232160555514633556
Binary10010110101001110001110010110110110100110011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96538E; }

 p { color: rgb(150,83,142); }

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

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

 a { background-color: rgb(150,83,142); }

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

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

 span { border-color: rgb(150,83,142); }

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