#994B9A

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

Shades of Violet Blue #994B9A

Tints of Violet Blue #994B9A

Color information

#994B9A (or 0x994B9A) is unknown color: approx Violet Blue. HEX triplet: 99, 4B and 9A. RGB value is (153,75,154). Sum of RGB (Red+Green+Blue) = 153+75+154=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #994B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B9A is #66B465. Grayscale: #6B6B6B. Windows color (decimal): -6730854 or 10111897. OLE color: 10111897.

HSL color Cylindrical-coordinate representation of color #994B9A: hue angle of 299.24º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B9A is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15375154-
CMYK0.010.5100.40
HSL299.24º34.5%44.9%-
HSV(B)299.24º51.3%60.39%-
XYZ21.4914.1432.17-
YUV107.33154.34160.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=40.05%
G=19.63%
B=40.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153751540.010.5100.40299.2434.544.9
Hex994B9A13302812b222d
Octal2311132321630504534255
Binary1001100110010111001101011100110101000100101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,75,154); }

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

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

 a { background-color: rgb(153,75,154); }

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

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

 span { border-color: rgb(153,75,154); }

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