#994D95

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

Shades of Violet Blue #994D95

Tints of Violet Blue #994D95

Color information

#994D95 (or 0x994D95) is unknown color: approx Violet Blue. HEX triplet: 99, 4D and 95. RGB value is (153,77,149). Sum of RGB (Red+Green+Blue) = 153+77+149=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #994D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D95 is #66B26A. Grayscale: #6B6B6B. Windows color (decimal): -6730347 or 9784729. OLE color: 9784729.

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

Color convert

RGB15377149-
CMYK00.500.030.4
HSL303.16º33.04%45.1%-
HSV(B)303.16º49.67%60%-
XYZ21.2214.2530.07-
YUV107.93151.18160.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=40.37%
G=20.32%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537714900.500.030.4303.1633.0445.1
Hex994D9503232812f212d
Octal2311152250623504574155
Binary10011001100110110010101011001011101000100101111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,77,149); }

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

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

 a { background-color: rgb(153,77,149); }

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

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

 span { border-color: rgb(153,77,149); }

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