#916998

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

Shades of Violet Blue #916998

Tints of Violet Blue #916998

Color information

#916998 (or 0x916998) is unknown color: approx Violet Blue. HEX triplet: 91, 69 and 98. RGB value is (145,105,152). Sum of RGB (Red+Green+Blue) = 145+105+152=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #916998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916998 is #6E9667. Grayscale: #7A7A7A. Windows color (decimal): -7247464 or 9988497. OLE color: 9988497.

HSL color Cylindrical-coordinate representation of color #916998: hue angle of 291.06º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916998 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB145105152-
CMYK0.050.3100.40
HSL291.06º18.58%50.39%-
HSV(B)291.06º30.92%59.61%-
XYZ22.418.3932.07-
YUV122.32144.75144.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=36.07%
G=26.12%
B=37.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451051520.050.3100.40291.0618.5850.39
Hex91699851F0281231332
Octal2211512305370504432362
Binary1001000111010011001100010111111010100010010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916998; }

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

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

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

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

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

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

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

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