#98498D

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

Shades of Violet Blue #98498D

Tints of Violet Blue #98498D

Color information

#98498D (or 0x98498D) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 8D. RGB value is (152,73,141). Sum of RGB (Red+Green+Blue) = 152+73+141=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #98498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98498D is #67B672. Grayscale: #686868. Windows color (decimal): -6796915 or 9259416. OLE color: 9259416.

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

Color convert

RGB15273141-
CMYK00.520.070.40
HSL308.35º35.11%44.12%-
HSV(B)308.35º51.97%59.61%-
XYZ20.1413.3626.72-
YUV104.37148.67161.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=41.53%
G=19.95%
B=38.52%

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
Decimal1527314100.520.070.40308.3535.1144.12
Hex98498D034728134232c
Octal2301112150647504644354
Binary100110001001001100011010110100111101000100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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