#985E9A

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

Shades of Violet Blue #985E9A

Tints of Violet Blue #985E9A

Color information

#985E9A (or 0x985E9A) is unknown color: approx Violet Blue. HEX triplet: 98, 5E and 9A. RGB value is (152,94,154). Sum of RGB (Red+Green+Blue) = 152+94+154=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #985E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E9A is #67A165. Grayscale: #767676. Windows color (decimal): -6791526 or 10116760. OLE color: 10116760.

HSL color Cylindrical-coordinate representation of color #985E9A: hue angle of 298º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985E9A is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15294154-
CMYK0.010.3900.40
HSL298º24.19%48.63%-
HSV(B)298º38.96%60.39%-
XYZ22.7817.0132.65-
YUV118.18148.22152.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=38%
G=23.5%
B=38.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152941540.010.3900.4029824.1948.63
Hex985E9A12702812a1831
Octal2301362321470504523061
Binary100110001011110100110101100111010100010010101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,94,154); }

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

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

 a { background-color: rgb(152,94,154); }

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

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

 span { border-color: rgb(152,94,154); }

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