#98719D

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

Shades of Violet Blue #98719D

Tints of Violet Blue #98719D

Color information

#98719D (or 0x98719D) is unknown color: approx Violet Blue. HEX triplet: 98, 71 and 9D. RGB value is (152,113,157). Sum of RGB (Red+Green+Blue) = 152+113+157=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #98719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98719D is #678E62. Grayscale: #818181. Windows color (decimal): -6786659 or 10318232. OLE color: 10318232.

HSL color Cylindrical-coordinate representation of color #98719D: hue angle of 293.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98719D is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152113157-
CMYK0.030.2800.38
HSL293.18º18.33%52.94%-
HSV(B)293.18º28.03%61.57%-
XYZ24.9420.9234.62-
YUV129.68143.42143.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=36.02%
G=26.78%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521131570.030.2800.38293.1818.3352.94
Hex98719D31C0261251235
Octal2301612353340464452265
Binary100110001110001100111011111100010011010010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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