#98549B

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

Shades of Violet Blue #98549B

Tints of Violet Blue #98549B

Color information

#98549B (or 0x98549B) is unknown color: approx Violet Blue. HEX triplet: 98, 54 and 9B. RGB value is (152,84,155). Sum of RGB (Red+Green+Blue) = 152+84+155=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #98549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98549B is #67AB64. Grayscale: #707070. Windows color (decimal): -6794085 or 10179736. OLE color: 10179736.

HSL color Cylindrical-coordinate representation of color #98549B: hue angle of 297.46º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98549B is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15284155-
CMYK0.020.4600.39
HSL297.46º29.71%46.86%-
HSV(B)297.46º45.81%60.78%-
XYZ22.0415.3832.82-
YUV112.43152.03156.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=38.87%
G=21.48%
B=39.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152841550.020.4600.39297.4629.7146.86
Hex98549B22E0271291e2f
Octal2301242332560474513657
Binary1001100010101001001101110101110010011110010100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98549B; }

 p { color: rgb(152,84,155); }

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

<style>
 a { background-color: #98549B; }

 a { background-color: rgb(152,84,155); }

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

<style>
 span { border-color: #98549B; }

 span { border-color: rgb(152,84,155); }

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