#984E8E

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

Shades of Violet Blue #984E8E

Tints of Violet Blue #984E8E

Color information

#984E8E (or 0x984E8E) is unknown color: approx Violet Blue. HEX triplet: 98, 4E and 8E. RGB value is (152,78,142). Sum of RGB (Red+Green+Blue) = 152+78+142=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #984E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E8E is #67B171. Grayscale: #6B6B6B. Windows color (decimal): -6795634 or 9326232. OLE color: 9326232.

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

Color convert

RGB15278142-
CMYK00.490.070.40
HSL308.11º32.17%45.1%-
HSV(B)308.11º48.68%59.61%-
XYZ20.5614.0827.22-
YUV107.42147.52159.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=40.86%
G=20.97%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527814200.490.070.40308.1132.1745.1
Hex984E8E031728134202d
Octal2301162160617504644055
Binary100110001001110100011100110001111101000100110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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