#98719B

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

Shades of Violet Blue #98719B

Tints of Violet Blue #98719B

Color information

#98719B (or 0x98719B) is unknown color: approx Violet Blue. HEX triplet: 98, 71 and 9B. RGB value is (152,113,155). Sum of RGB (Red+Green+Blue) = 152+113+155=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #98719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98719B is #678E64. Grayscale: #818181. Windows color (decimal): -6786661 or 10187160. OLE color: 10187160.

HSL color Cylindrical-coordinate representation of color #98719B: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98719B is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152113155-
CMYK0.020.2700.39
HSL295.71º17.36%52.55%-
HSV(B)295.71º27.1%60.78%-
XYZ24.7720.8533.73-
YUV129.45142.42144.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=36.19%
G=26.90%
B=36.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521131550.020.2700.39295.7117.3652.55
Hex98719B21B0271281135
Octal2301612332330474502165
Binary100110001110001100110111011011010011110010100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98719B; }

 p { color: rgb(152,113,155); }

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

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

 a { background-color: rgb(152,113,155); }

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

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

 span { border-color: rgb(152,113,155); }

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