#985E8E

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

Shades of Violet Blue #985E8E

Tints of Violet Blue #985E8E

Color information

#985E8E (or 0x985E8E) is unknown color: approx Violet Blue. HEX triplet: 98, 5E and 8E. RGB value is (152,94,142). Sum of RGB (Red+Green+Blue) = 152+94+142=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #985E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E8E is #67A171. Grayscale: #747474. Windows color (decimal): -6791538 or 9330328. OLE color: 9330328.

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

Color convert

RGB15294142-
CMYK00.380.070.40
HSL310.34º23.58%48.24%-
HSV(B)310.34º38.16%59.61%-
XYZ21.8316.6327.65-
YUV116.81142.22153.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=39.18%
G=24.23%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529414200.380.070.40310.3423.5848.24
Hex985E8E0267281361830
Octal2301362160467504663060
Binary10011000101111010001110010011011110100010011011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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