#98498E

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

Shades of Violet Blue #98498E

Tints of Violet Blue #98498E

Color information

#98498E (or 0x98498E) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 8E. RGB value is (152,73,142). Sum of RGB (Red+Green+Blue) = 152+73+142=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #98498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98498E is #67B671. Grayscale: #686868. Windows color (decimal): -6796914 or 9324952. OLE color: 9324952.

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

Color convert

RGB15273142-
CMYK00.520.070.40
HSL307.59º35.11%44.12%-
HSV(B)307.59º51.97%59.61%-
XYZ20.2113.3927.11-
YUV104.49149.17161.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=41.42%
G=19.89%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527314200.520.070.40307.5935.1144.12
Hex98498E034728134232c
Octal2301112160647504644354
Binary100110001001001100011100110100111101000100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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