#98558E

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

Shades of Violet Blue #98558E

Tints of Violet Blue #98558E

Color information

#98558E (or 0x98558E) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 8E. RGB value is (152,85,142). Sum of RGB (Red+Green+Blue) = 152+85+142=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98558E is #67AA71. Grayscale: #6F6F6F. Windows color (decimal): -6793842 or 9328024. OLE color: 9328024.

HSL color Cylindrical-coordinate representation of color #98558E: hue angle of 308.96º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98558E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15285142-
CMYK00.440.070.40
HSL308.96º28.27%46.47%-
HSV(B)308.96º44.08%59.61%-
XYZ21.0815.1327.4-
YUV111.53145.2156.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=40.11%
G=22.43%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528514200.440.070.40308.9628.2746.47
Hex98558E02C7281351c2e
Octal2301252160547504653456
Binary10011000101010110001110010110011110100010011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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