#96609B

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

Shades of Violet Blue #96609B

Tints of Violet Blue #96609B

Color information

#96609B (or 0x96609B) is unknown color: approx Violet Blue. HEX triplet: 96, 60 and 9B. RGB value is (150,96,155). Sum of RGB (Red+Green+Blue) = 150+96+155=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #96609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96609B is #699F64. Grayscale: #767676. Windows color (decimal): -6922085 or 10182806. OLE color: 10182806.

HSL color Cylindrical-coordinate representation of color #96609B: hue angle of 294.92º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96609B is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15096155-
CMYK0.030.3800.39
HSL294.92º23.51%49.22%-
HSV(B)294.92º38.06%60.78%-
XYZ22.6817.2233.14-
YUV118.87148.39150.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=37.41%
G=23.94%
B=38.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150961550.030.3800.39294.9223.5149.22
Hex96609B3260271271831
Octal2261402333460474473061
Binary1001011011000001001101111100110010011110010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,96,155); }

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

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

 a { background-color: rgb(150,96,155); }

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

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

 span { border-color: rgb(150,96,155); }

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