#98498F

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

Shades of Violet Blue #98498F

Tints of Violet Blue #98498F

Color information

#98498F (or 0x98498F) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 8F. RGB value is (152,73,143). Sum of RGB (Red+Green+Blue) = 152+73+143=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #98498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98498F is #67B670. Grayscale: #686868. Windows color (decimal): -6796913 or 9390488. OLE color: 9390488.

HSL color Cylindrical-coordinate representation of color #98498F: hue angle of 306.84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98498F is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15273143-
CMYK00.520.060.40
HSL306.84º35.11%44.12%-
HSV(B)306.84º51.97%59.61%-
XYZ20.2913.4227.51-
YUV104.6149.67161.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=41.30%
G=19.84%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527314300.520.060.40306.8435.1144.12
Hex98498F034628133232c
Octal2301112170646504634354
Binary100110001001001100011110110100110101000100110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98498F; }

 p { color: rgb(152,73,143); }

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

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

 a { background-color: rgb(152,73,143); }

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

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

 span { border-color: rgb(152,73,143); }

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