#98498A

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

Shades of Violet Blue #98498A

Tints of Violet Blue #98498A

Color information

#98498A (or 0x98498A) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 8A. RGB value is (152,73,138). Sum of RGB (Red+Green+Blue) = 152+73+138=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98498A is #67B675. Grayscale: #676767. Windows color (decimal): -6796918 or 9062808. OLE color: 9062808.

HSL color Cylindrical-coordinate representation of color #98498A: hue angle of 310.63º 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 #98498A is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15273138-
CMYK00.520.090.40
HSL310.63º35.11%44.12%-
HSV(B)310.63º51.97%59.61%-
XYZ19.9213.2825.56-
YUV104.03147.17162.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=41.87%
G=20.11%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527313800.520.090.40310.6335.1144.12
Hex98498A034928137232c
Octal23011121206411504674354
Binary1001100010010011000101001101001001101000100110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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