#96679B

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

Shades of Violet Blue #96679B

Tints of Violet Blue #96679B

Color information

#96679B (or 0x96679B) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 9B. RGB value is (150,103,155). Sum of RGB (Red+Green+Blue) = 150+103+155=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #96679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679B is #699864. Grayscale: #7A7A7A. Windows color (decimal): -6920293 or 10184598. OLE color: 10184598.

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

Color convert

RGB150103155-
CMYK0.030.3400.39
HSL294.23º20.63%50.59%-
HSV(B)294.23º33.55%60.78%-
XYZ23.3418.5533.36-
YUV122.98146.07147.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=36.76%
G=25.25%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501031550.030.3400.39294.2320.6350.59
Hex96679B3220271261533
Octal2261472333420474462563
Binary1001011011001111001101111100010010011110010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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