#994A94

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

Shades of Violet Blue #994A94

Tints of Violet Blue #994A94

Color information

#994A94 (or 0x994A94) is unknown color: approx Violet Blue. HEX triplet: 99, 4A and 94. RGB value is (153,74,148). Sum of RGB (Red+Green+Blue) = 153+74+148=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #994A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994A94 is #66B56B. Grayscale: #696969. Windows color (decimal): -6731116 or 9718425. OLE color: 9718425.

HSL color Cylindrical-coordinate representation of color #994A94: hue angle of 303.8º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A94 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15374148-
CMYK00.520.030.4
HSL303.8º34.8%44.51%-
HSV(B)303.8º51.63%60%-
XYZ20.9313.8129.58-
YUV106.06151.67161.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=40.8%
G=19.73%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537414800.520.030.4303.834.844.51
Hex994A94034328130232d
Octal2311122240643504604355
Binary10011001100101010010100011010011101000100110000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,74,148); }

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

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

 a { background-color: rgb(153,74,148); }

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

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

 span { border-color: rgb(153,74,148); }

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