#984C94

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

Shades of Violet Blue #984C94

Tints of Violet Blue #984C94

Color information

#984C94 (or 0x984C94) is unknown color: approx Violet Blue. HEX triplet: 98, 4C and 94. RGB value is (152,76,148). Sum of RGB (Red+Green+Blue) = 152+76+148=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #984C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C94 is #67B36B. Grayscale: #6A6A6A. Windows color (decimal): -6796140 or 9718936. OLE color: 9718936.

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

Color convert

RGB15276148-
CMYK00.500.030.40
HSL303.16º33.33%44.71%-
HSV(B)303.16º50%59.61%-
XYZ20.8813.9829.62-
YUV106.93151.18160.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=40.43%
G=20.21%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527614800.500.030.40303.1633.3344.71
Hex984C9403232812f212d
Octal2301142240623504574155
Binary10011000100110010010100011001011101000100101111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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