#98559B

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

Shades of Violet Blue #98559B

Tints of Violet Blue #98559B

Color information

#98559B (or 0x98559B) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 9B. RGB value is (152,85,155). Sum of RGB (Red+Green+Blue) = 152+85+155=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #98559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98559B is #67AA64. Grayscale: #707070. Windows color (decimal): -6793829 or 10179992. OLE color: 10179992.

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

Color convert

RGB15285155-
CMYK0.020.4500.39
HSL297.43º29.17%47.06%-
HSV(B)297.43º45.16%60.78%-
XYZ22.1115.5432.84-
YUV113.01151.7155.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=38.78%
G=21.68%
B=39.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152851550.020.4500.39297.4329.1747.06
Hex98559B22D0271291d2f
Octal2301252332550474513557
Binary1001100010101011001101110101101010011110010100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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