#98578D

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

Shades of Violet Blue #98578D

Tints of Violet Blue #98578D

Color information

#98578D (or 0x98578D) is unknown color: approx Violet Blue. HEX triplet: 98, 57 and 8D. RGB value is (152,87,141). Sum of RGB (Red+Green+Blue) = 152+87+141=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98578D is #67A872. Grayscale: #707070. Windows color (decimal): -6793331 or 9263000. OLE color: 9263000.

HSL color Cylindrical-coordinate representation of color #98578D: hue angle of 310.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98578D is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15287141-
CMYK00.430.070.40
HSL310.15º27.2%46.86%-
HSV(B)310.15º42.76%59.61%-
XYZ21.1615.4127.06-
YUV112.59144.03156.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=40%
G=22.89%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528714100.430.070.40310.1527.246.86
Hex98578D02B7281361b2f
Octal2301272150537504663357
Binary10011000101011110001101010101111110100010011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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