#916696

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

Shades of Violet Blue #916696

Tints of Violet Blue #916696

Color information

#916696 (or 0x916696) is unknown color: approx Violet Blue. HEX triplet: 91, 66 and 96. RGB value is (145,102,150). Sum of RGB (Red+Green+Blue) = 145+102+150=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #916696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916696 is #6E9969. Grayscale: #787878. Windows color (decimal): -7248234 or 9856657. OLE color: 9856657.

HSL color Cylindrical-coordinate representation of color #916696: hue angle of 293.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916696 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145102150-
CMYK0.030.3200.41
HSL293.75º19.05%49.41%-
HSV(B)293.75º32%58.82%-
XYZ21.9317.7231.12-
YUV120.33144.75145.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=36.52%
G=25.69%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451021500.030.3200.41293.7519.0549.41
Hex9166963200291261331
Octal2211462263400514462361
Binary1001000111001101001011011100000010100110010011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916696; }

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

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

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

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

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

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

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

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