#984E96

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

Shades of Violet Blue #984E96

Tints of Violet Blue #984E96

Color information

#984E96 (or 0x984E96) is unknown color: approx Violet Blue. HEX triplet: 98, 4E and 96. RGB value is (152,78,150). Sum of RGB (Red+Green+Blue) = 152+78+150=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #984E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E96 is #67B169. Grayscale: #6C6C6C. Windows color (decimal): -6795626 or 9850520. OLE color: 9850520.

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

Color convert

RGB15278150-
CMYK00.490.010.40
HSL301.62º32.17%45.1%-
HSV(B)301.62º48.68%59.61%-
XYZ21.1814.3330.5-
YUV108.33151.52159.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=40%
G=20.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527815000.490.010.40301.6232.1745.1
Hex984E9603112812e202d
Octal2301162260611504564055
Binary1001100010011101001011001100011101000100101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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