#96509D

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

Shades of Violet Blue #96509D

Tints of Violet Blue #96509D

Color information

#96509D (or 0x96509D) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 9D. RGB value is (150,80,157). Sum of RGB (Red+Green+Blue) = 150+80+157=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #96509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509D is #69AF62. Grayscale: #6D6D6D. Windows color (decimal): -6926179 or 10309782. OLE color: 10309782.

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

Color convert

RGB15080157-
CMYK0.040.4900.38
HSL294.55º32.49%46.47%-
HSV(B)294.55º49.04%61.57%-
XYZ21.5314.6633.59-
YUV109.71154.69156.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=38.76%
G=20.67%
B=40.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150801570.040.4900.38294.5532.4946.47
Hex96509D431026127202e
Octal2261202354610464474056
Binary100101101010000100111011001100010100110100100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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