#96749B

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

Shades of Violet Blue #96749B

Tints of Violet Blue #96749B

Color information

#96749B (or 0x96749B) is unknown color: approx Violet Blue. HEX triplet: 96, 74 and 9B. RGB value is (150,116,155). Sum of RGB (Red+Green+Blue) = 150+116+155=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #96749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96749B is #698B64. Grayscale: #828282. Windows color (decimal): -6916965 or 10187926. OLE color: 10187926.

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

Color convert

RGB150116155-
CMYK0.030.2500.39
HSL292.31º16.32%53.14%-
HSV(B)292.31º25.16%60.78%-
XYZ24.7421.3433.83-
YUV130.61141.76141.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=35.63%
G=27.55%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501161550.030.2500.39292.3116.3253.14
Hex96749B3190271241035
Octal2261642333310474442065
Binary100101101110100100110111111001010011110010010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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