#994C8D

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

Shades of Violet Blue #994C8D

Tints of Violet Blue #994C8D

Color information

#994C8D (or 0x994C8D) is unknown color: approx Violet Blue. HEX triplet: 99, 4C and 8D. RGB value is (153,76,141). Sum of RGB (Red+Green+Blue) = 153+76+141=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C8D is #66B372. Grayscale: #6A6A6A. Windows color (decimal): -6730611 or 9260185. OLE color: 9260185.

HSL color Cylindrical-coordinate representation of color #994C8D: hue angle of 309.35º degrees, saturation: 0.34, 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 #994C8D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15376141-
CMYK00.500.080.4
HSL309.35º33.62%44.9%-
HSV(B)309.35º50.33%60%-
XYZ20.5313.8626.79-
YUV106.43147.51161.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=41.35%
G=20.54%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537614100.500.080.4309.3533.6244.9
Hex994C8D032828135222d
Octal23111421506210504654255
Binary1001100110011001000110101100101000101000100110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994C8D; }

 p { color: rgb(153,76,141); }

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

<style>
 a { background-color: #994C8D; }

 a { background-color: rgb(153,76,141); }

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

<style>
 span { border-color: #994C8D; }

 span { border-color: rgb(153,76,141); }

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