#994F9D

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

Shades of Violet Blue #994F9D

Tints of Violet Blue #994F9D

Color information

#994F9D (or 0x994F9D) is unknown color: approx Violet Blue. HEX triplet: 99, 4F and 9D. RGB value is (153,79,157). Sum of RGB (Red+Green+Blue) = 153+79+157=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #994F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F9D is #66B062. Grayscale: #6D6D6D. Windows color (decimal): -6729827 or 10309529. OLE color: 10309529.

HSL color Cylindrical-coordinate representation of color #994F9D: hue angle of 296.92º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994F9D is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15379157-
CMYK0.030.5000.38
HSL296.92º33.05%46.27%-
HSV(B)296.92º49.68%61.57%-
XYZ22.0214.833.59-
YUV110.02154.52158.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=39.33%
G=20.31%
B=40.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153791570.030.5000.38296.9233.0546.27
Hex994F9D332026129212e
Octal2311172353620464514156
Binary10011001100111110011101111100100100110100101001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,79,157); }

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

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

 a { background-color: rgb(153,79,157); }

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

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

 span { border-color: rgb(153,79,157); }

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