#96589E

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

Shades of Violet Blue #96589E

Tints of Violet Blue #96589E

Color information

#96589E (or 0x96589E) is unknown color: approx Violet Blue. HEX triplet: 96, 58 and 9E. RGB value is (150,88,158). Sum of RGB (Red+Green+Blue) = 150+88+158=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #96589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96589E is #69A761. Grayscale: #727272. Windows color (decimal): -6924130 or 10377366. OLE color: 10377366.

HSL color Cylindrical-coordinate representation of color #96589E: hue angle of 293.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96589E is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15088158-
CMYK0.050.4400.38
HSL293.14º28.46%48.24%-
HSV(B)293.14º44.3%61.96%-
XYZ22.2415.9334.25-
YUV114.52152.54153.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=37.88%
G=22.22%
B=39.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150881580.050.4400.38293.1428.4648.24
Hex96589E52C0261251c30
Octal2261302365540464453460
Binary10010110101100010011110101101100010011010010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,88,158); }

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

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

 a { background-color: rgb(150,88,158); }

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

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

 span { border-color: rgb(150,88,158); }

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