#994C8E

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

Shades of Violet Blue #994C8E

Tints of Violet Blue #994C8E

Color information

#994C8E (or 0x994C8E) is unknown color: approx Violet Blue. HEX triplet: 99, 4C and 8E. RGB value is (153,76,142). Sum of RGB (Red+Green+Blue) = 153+76+142=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C8E is #66B371. Grayscale: #6A6A6A. Windows color (decimal): -6730610 or 9325721. OLE color: 9325721.

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

Color convert

RGB15376142-
CMYK00.500.070.4
HSL308.57º33.62%44.9%-
HSV(B)308.57º50.33%60%-
XYZ20.613.8927.19-
YUV106.55148.01161.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=41.24%
G=20.49%
B=38.27%

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
Decimal1537614200.500.070.4308.5733.6244.9
Hex994C8E032728135222d
Octal2311142160627504654255
Binary100110011001100100011100110010111101000100110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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