#985593

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

Shades of Violet Blue #985593

Tints of Violet Blue #985593

Color information

#985593 (or 0x985593) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 93. RGB value is (152,85,147). Sum of RGB (Red+Green+Blue) = 152+85+147=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985593 is #67AA6C. Grayscale: #6F6F6F. Windows color (decimal): -6793837 or 9655704. OLE color: 9655704.

HSL color Cylindrical-coordinate representation of color #985593: hue angle of 304.48º 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 #985593 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15285147-
CMYK00.440.030.40
HSL304.48º28.27%46.47%-
HSV(B)304.48º44.08%59.61%-
XYZ21.4615.2829.42-
YUV112.1147.7156.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=39.58%
G=22.14%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528514700.440.030.40304.4828.2746.47
Hex98559302C3281301c2e
Octal2301252230543504603456
Binary1001100010101011001001101011001110100010011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985593; }

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

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

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

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

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

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

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

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