#984C8E

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

Shades of Violet Blue #984C8E

Tints of Violet Blue #984C8E

Color information

#984C8E (or 0x984C8E) is unknown color: approx Violet Blue. HEX triplet: 98, 4C and 8E. RGB value is (152,76,142). Sum of RGB (Red+Green+Blue) = 152+76+142=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C8E is #67B371. Grayscale: #6A6A6A. Windows color (decimal): -6796146 or 9325720. OLE color: 9325720.

HSL color Cylindrical-coordinate representation of color #984C8E: hue angle of 307.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984C8E is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15276142-
CMYK00.500.070.40
HSL307.89º33.33%44.71%-
HSV(B)307.89º50%59.61%-
XYZ20.4213.827.18-
YUV106.25148.18160.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=41.08%
G=20.54%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527614200.500.070.40307.8933.3344.71
Hex984C8E032728134212d
Octal2301142160627504644155
Binary100110001001100100011100110010111101000100110100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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