#98559E

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

Shades of Violet Blue #98559E

Tints of Violet Blue #98559E

Color information

#98559E (or 0x98559E) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 9E. RGB value is (152,85,158). Sum of RGB (Red+Green+Blue) = 152+85+158=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #98559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98559E is #67AA61. Grayscale: #717171. Windows color (decimal): -6793826 or 10376600. OLE color: 10376600.

HSL color Cylindrical-coordinate representation of color #98559E: hue angle of 295.07º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98559E is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15285158-
CMYK0.040.4600.38
HSL295.07º30.04%47.65%-
HSV(B)295.07º46.2%61.96%-
XYZ22.3715.6434.19-
YUV113.35153.2155.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 158 (62.11% from 255) = 40%
R=38.48%
G=21.52%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152851580.040.4600.38295.0730.0447.65
Hex98559E42E0261271e30
Octal2301252364560464473660
Binary10011000101010110011110100101110010011010010011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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