#984C96

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

Shades of Violet Blue #984C96

Tints of Violet Blue #984C96

Color information

#984C96 (or 0x984C96) is unknown color: approx Violet Blue. HEX triplet: 98, 4C and 96. RGB value is (152,76,150). Sum of RGB (Red+Green+Blue) = 152+76+150=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #984C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C96 is #67B369. Grayscale: #6A6A6A. Windows color (decimal): -6796138 or 9850008. OLE color: 9850008.

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

Color convert

RGB15276150-
CMYK00.500.010.40
HSL301.58º33.33%44.71%-
HSV(B)301.58º50%59.61%-
XYZ21.0414.0530.46-
YUV107.16152.18159.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=40.21%
G=20.11%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527615000.500.010.40301.5833.3344.71
Hex984C9603212812e212d
Octal2301142260621504564155
Binary1001100010011001001011001100101101000100101110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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