#916196

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

Shades of Violet Blue #916196

Tints of Violet Blue #916196

Color information

#916196 (or 0x916196) is unknown color: approx Violet Blue. HEX triplet: 91, 61 and 96. RGB value is (145,97,150). Sum of RGB (Red+Green+Blue) = 145+97+150=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #916196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916196 is #6E9E69. Grayscale: #757575. Windows color (decimal): -7249514 or 9855377. OLE color: 9855377.

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

Color convert

RGB14597150-
CMYK0.030.3500.41
HSL294.34º21.46%48.43%-
HSV(B)294.34º35.33%58.82%-
XYZ21.4616.7730.96-
YUV117.39146.4147.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=36.99%
G=24.74%
B=38.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145971500.030.3500.41294.3421.4648.43
Hex9161963230291261530
Octal2211412263430514462560
Binary1001000111000011001011011100011010100110010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916196; }

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

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

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

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

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

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

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

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