#985493

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

Shades of Violet Blue #985493

Tints of Violet Blue #985493

Color information

#985493 (or 0x985493) is unknown color: approx Violet Blue. HEX triplet: 98, 54 and 93. RGB value is (152,84,147). Sum of RGB (Red+Green+Blue) = 152+84+147=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #985493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985493 is #67AB6C. Grayscale: #6F6F6F. Windows color (decimal): -6794093 or 9655448. OLE color: 9655448.

HSL color Cylindrical-coordinate representation of color #985493: hue angle of 304.41º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985493 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15284147-
CMYK00.450.030.40
HSL304.41º28.81%46.27%-
HSV(B)304.41º44.74%59.61%-
XYZ21.3915.1229.4-
YUV111.51148.03156.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=39.69%
G=21.93%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528414700.450.030.40304.4128.8146.27
Hex98549302D3281301d2e
Octal2301242230553504603556
Binary1001100010101001001001101011011110100010011000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985493; }

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

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

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

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

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

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

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

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