#994C8C

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

Shades of Violet Blue #994C8C

Tints of Violet Blue #994C8C

Color information

#994C8C (or 0x994C8C) is unknown color: approx Violet Blue. HEX triplet: 99, 4C and 8C. RGB value is (153,76,140). Sum of RGB (Red+Green+Blue) = 153+76+140=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C8C is #66B373. Grayscale: #6A6A6A. Windows color (decimal): -6730612 or 9194649. OLE color: 9194649.

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

Color convert

RGB15376140-
CMYK00.500.080.4
HSL310.13º33.62%44.9%-
HSV(B)310.13º50.33%60%-
XYZ20.4513.8326.4-
YUV106.32147.01161.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=41.46%
G=20.60%
B=37.94%

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
Decimal1537614000.500.080.4310.1333.6244.9
Hex994C8C032828136222d
Octal23111421406210504664255
Binary1001100110011001000110001100101000101000100110110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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