#994591

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

Shades of Violet Blue #994591

Tints of Violet Blue #994591

Color information

#994591 (or 0x994591) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 91. RGB value is (153,69,145). Sum of RGB (Red+Green+Blue) = 153+69+145=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994591 is #66BA6E. Grayscale: #666666. Windows color (decimal): -6732399 or 9520537. OLE color: 9520537.

HSL color Cylindrical-coordinate representation of color #994591: hue angle of 305.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994591 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15369145-
CMYK00.550.050.4
HSL305.71º37.84%43.53%-
HSV(B)305.71º54.9%60%-
XYZ20.3813.0728.24-
YUV102.78151.83163.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=41.69%
G=18.80%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536914500.550.050.4305.7137.8443.53
Hex994591037528132262c
Octal2311052210675504624654
Binary100110011000101100100010110111101101000100110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994591; }

 p { color: rgb(153,69,145); }

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

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

 a { background-color: rgb(153,69,145); }

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

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

 span { border-color: rgb(153,69,145); }

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