#994D8D

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

Shades of Violet Blue #994D8D

Tints of Violet Blue #994D8D

Color information

#994D8D (or 0x994D8D) is unknown color: approx Violet Blue. HEX triplet: 99, 4D and 8D. RGB value is (153,77,141). Sum of RGB (Red+Green+Blue) = 153+77+141=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D8D is #66B272. Grayscale: #6A6A6A. Windows color (decimal): -6730355 or 9260441. OLE color: 9260441.

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

Color convert

RGB15377141-
CMYK00.500.080.4
HSL309.47º33.04%45.1%-
HSV(B)309.47º49.67%60%-
XYZ20.61426.82-
YUV107.02147.18160.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=41.24%
G=20.75%
B=38.01%

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
Decimal1537714100.500.080.4309.4733.0445.1
Hex994D8D032828135212d
Octal23111521506210504654155
Binary1001100110011011000110101100101000101000100110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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