#985AA5

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

Shades of Violet Blue #985AA5

Tints of Violet Blue #985AA5

Color information

#985AA5 (or 0x985AA5) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and A5. RGB value is (152,90,165). Sum of RGB (Red+Green+Blue) = 152+90+165=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #985AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AA5 is #67A55A. Grayscale: #747474. Windows color (decimal): -6792539 or 10836632. OLE color: 10836632.

HSL color Cylindrical-coordinate representation of color #985AA5: hue angle of 289.6º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985AA5 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15290165-
CMYK0.080.4500.35
HSL289.6º29.41%50%-
HSV(B)289.6º45.45%64.71%-
XYZ23.416.737.59-
YUV117.09155.04152.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=37.35%
G=22.11%
B=40.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152901650.080.4500.35289.629.4150
Hex985AA582D0231221d32
Octal23013224510550434423562
Binary100110001011010101001011000101101010001110010001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985AA5; }

 p { color: rgb(152,90,165); }

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

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

 a { background-color: rgb(152,90,165); }

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

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

 span { border-color: rgb(152,90,165); }

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