#917195

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

Shades of Violet Blue #917195

Tints of Violet Blue #917195

Color information

#917195 (or 0x917195) is unknown color: approx Violet Blue. HEX triplet: 91, 71 and 95. RGB value is (145,113,149). Sum of RGB (Red+Green+Blue) = 145+113+149=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #917195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917195 is #6E8E6A. Grayscale: #7E7E7E. Windows color (decimal): -7245419 or 9793937. OLE color: 9793937.

HSL color Cylindrical-coordinate representation of color #917195: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917195 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145113149-
CMYK0.030.2400.42
HSL293.33º14.52%51.37%-
HSV(B)293.33º24.16%58.43%-
XYZ23.012031.08-
YUV126.67140.6141.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=35.63%
G=27.76%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451131490.030.2400.42293.3314.5251.37
Hex91719531802A125f33
Octal2211612253300524451763
Binary10010001111000110010101111100001010101001001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917195; }

 p { color: rgb(145,113,149); }

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

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

 a { background-color: rgb(145,113,149); }

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

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

 span { border-color: rgb(145,113,149); }

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