#984E90

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

Shades of Violet Blue #984E90

Tints of Violet Blue #984E90

Color information

#984E90 (or 0x984E90) is unknown color: approx Violet Blue. HEX triplet: 98, 4E and 90. RGB value is (152,78,144). Sum of RGB (Red+Green+Blue) = 152+78+144=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #984E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E90 is #67B16F. Grayscale: #6B6B6B. Windows color (decimal): -6795632 or 9457304. OLE color: 9457304.

HSL color Cylindrical-coordinate representation of color #984E90: hue angle of 306.49º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E90 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15278144-
CMYK00.490.050.40
HSL306.49º32.17%45.1%-
HSV(B)306.49º48.68%59.61%-
XYZ20.7114.1428.02-
YUV107.65148.52159.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=40.64%
G=20.86%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527814400.490.050.40306.4932.1745.1
Hex984E90031528132202d
Octal2301162200615504624055
Binary100110001001110100100000110001101101000100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984E90; }

 p { color: rgb(152,78,144); }

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

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

 a { background-color: rgb(152,78,144); }

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

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

 span { border-color: rgb(152,78,144); }

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