#994D8E

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

Shades of Violet Blue #994D8E

Tints of Violet Blue #994D8E

Color information

#994D8E (or 0x994D8E) is unknown color: approx Violet Blue. HEX triplet: 99, 4D and 8E. RGB value is (153,77,142). Sum of RGB (Red+Green+Blue) = 153+77+142=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D8E is #66B271. Grayscale: #6A6A6A. Windows color (decimal): -6730354 or 9325977. OLE color: 9325977.

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

Color convert

RGB15377142-
CMYK00.500.070.4
HSL308.68º33.04%45.1%-
HSV(B)308.68º49.67%60%-
XYZ20.6714.0327.21-
YUV107.13147.68160.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=41.13%
G=20.70%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537714200.500.070.4308.6833.0445.1
Hex994D8E032728135212d
Octal2311152160627504654155
Binary100110011001101100011100110010111101000100110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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