#985594

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

Shades of Violet Blue #985594

Tints of Violet Blue #985594

Color information

#985594 (or 0x985594) is unknown color: approx Violet Blue. HEX triplet: 98, 55 and 94. RGB value is (152,85,148). Sum of RGB (Red+Green+Blue) = 152+85+148=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985594 is #67AA6B. Grayscale: #707070. Windows color (decimal): -6793836 or 9721240. OLE color: 9721240.

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

Color convert

RGB15285148-
CMYK00.440.030.40
HSL303.58º28.27%46.47%-
HSV(B)303.58º44.08%59.61%-
XYZ21.5415.3129.84-
YUV112.21148.2156.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=39.48%
G=22.08%
B=38.44%

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
Decimal1528514800.440.030.40303.5828.2746.47
Hex98559402C3281301c2e
Octal2301252240543504603456
Binary1001100010101011001010001011001110100010011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985594; }

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

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

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

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

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

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

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

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