#96509E

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

Shades of Violet Blue #96509E

Tints of Violet Blue #96509E

Color information

#96509E (or 0x96509E) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 9E. RGB value is (150,80,158). Sum of RGB (Red+Green+Blue) = 150+80+158=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #96509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509E is #69AF61. Grayscale: #6D6D6D. Windows color (decimal): -6926178 or 10375318. OLE color: 10375318.

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

Color convert

RGB15080158-
CMYK0.050.4900.38
HSL293.85º32.77%46.67%-
HSV(B)293.85º49.37%61.96%-
XYZ21.6214.6934.04-
YUV109.82155.19156.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=38.66%
G=20.62%
B=40.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150801580.050.4900.38293.8532.7746.67
Hex96509E531026126212f
Octal2261202365610464464157
Binary100101101010000100111101011100010100110100100110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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