#916996

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

Shades of Violet Blue #916996

Tints of Violet Blue #916996

Color information

#916996 (or 0x916996) is unknown color: approx Violet Blue. HEX triplet: 91, 69 and 96. RGB value is (145,105,150). Sum of RGB (Red+Green+Blue) = 145+105+150=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #916996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916996 is #6E9669. Grayscale: #797979. Windows color (decimal): -7247466 or 9857425. OLE color: 9857425.

HSL color Cylindrical-coordinate representation of color #916996: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916996 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145105150-
CMYK0.030.3000.41
HSL293.33º17.65%50%-
HSV(B)293.33º30%58.82%-
XYZ22.2318.3231.22-
YUV122.09143.75144.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=36.25%
G=26.25%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451051500.030.3000.41293.3317.6550
Hex91699631E0291251232
Octal2211512263360514452262
Binary100100011101001100101101111110010100110010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916996; }

 p { color: rgb(145,105,150); }

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

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

 a { background-color: rgb(145,105,150); }

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

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

 span { border-color: rgb(145,105,150); }

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