#994B94

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

Shades of Violet Blue #994B94

Tints of Violet Blue #994B94

Color information

#994B94 (or 0x994B94) is unknown color: approx Violet Blue. HEX triplet: 99, 4B and 94. RGB value is (153,75,148). Sum of RGB (Red+Green+Blue) = 153+75+148=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #994B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B94 is #66B46B. Grayscale: #6A6A6A. Windows color (decimal): -6730860 or 9718681. OLE color: 9718681.

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

Color convert

RGB15375148-
CMYK00.510.030.4
HSL303.85º34.21%44.71%-
HSV(B)303.85º50.98%60%-
XYZ2113.9429.6-
YUV106.64151.34161.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=40.69%
G=19.95%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537514800.510.030.4303.8534.2144.71
Hex994B94033328130222d
Octal2311132240633504604255
Binary10011001100101110010100011001111101000100110000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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