#994C8B

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

Shades of Violet Blue #994C8B

Tints of Violet Blue #994C8B

Color information

#994C8B (or 0x994C8B) is unknown color: approx Violet Blue. HEX triplet: 99, 4C and 8B. RGB value is (153,76,139). Sum of RGB (Red+Green+Blue) = 153+76+139=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C8B is #66B374. Grayscale: #6A6A6A. Windows color (decimal): -6730613 or 9129113. OLE color: 9129113.

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

Color convert

RGB15376139-
CMYK00.500.090.4
HSL310.91º33.62%44.9%-
HSV(B)310.91º50.33%60%-
XYZ20.3813.8126.02-
YUV106.2146.51161.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=41.58%
G=20.65%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537613900.500.090.4310.9133.6244.9
Hex994C8B032928137222d
Octal23111421306211504674255
Binary1001100110011001000101101100101001101000100110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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