#984E93

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

Shades of Violet Blue #984E93

Tints of Violet Blue #984E93

Color information

#984E93 (or 0x984E93) is unknown color: approx Violet Blue. HEX triplet: 98, 4E and 93. RGB value is (152,78,147). Sum of RGB (Red+Green+Blue) = 152+78+147=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #984E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E93 is #67B16C. Grayscale: #6B6B6B. Windows color (decimal): -6795629 or 9653912. OLE color: 9653912.

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

Color convert

RGB15278147-
CMYK00.490.030.40
HSL304.05º32.17%45.1%-
HSV(B)304.05º48.68%59.61%-
XYZ20.9414.2329.25-
YUV107.99150.02159.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=40.32%
G=20.69%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527814700.490.030.40304.0532.1745.1
Hex984E93031328130202d
Octal2301162230613504604055
Binary10011000100111010010011011000111101000100110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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