#984E91

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

Shades of Violet Blue #984E91

Tints of Violet Blue #984E91

Color information

#984E91 (or 0x984E91) is unknown color: approx Violet Blue. HEX triplet: 98, 4E and 91. RGB value is (152,78,145). Sum of RGB (Red+Green+Blue) = 152+78+145=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #984E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E91 is #67B16E. Grayscale: #6B6B6B. Windows color (decimal): -6795631 or 9522840. OLE color: 9522840.

HSL color Cylindrical-coordinate representation of color #984E91: hue angle of 305.68º 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 #984E91 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15278145-
CMYK00.490.050.40
HSL305.68º32.17%45.1%-
HSV(B)305.68º48.68%59.61%-
XYZ20.7814.1728.43-
YUV107.76149.02159.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=40.53%
G=20.8%
B=38.67%

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
Decimal1527814500.490.050.40305.6832.1745.1
Hex984E91031528132202d
Octal2301162210615504624055
Binary100110001001110100100010110001101101000100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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