#994391

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

Shades of Violet Blue #994391

Tints of Violet Blue #994391

Color information

#994391 (or 0x994391) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 91. RGB value is (153,67,145). Sum of RGB (Red+Green+Blue) = 153+67+145=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994391 is #66BC6E. Grayscale: #656565. Windows color (decimal): -6732911 or 9520025. OLE color: 9520025.

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

Color convert

RGB15367145-
CMYK00.560.050.4
HSL305.58º39.09%43.14%-
HSV(B)305.58º56.21%60%-
XYZ20.2512.8328.2-
YUV101.61152.49164.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 145 (57.03% from 255) = 39.73%
R=41.92%
G=18.36%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536714500.560.050.4305.5839.0943.14
Hex994391038528132272b
Octal2311032210705504624753
Binary100110011000011100100010111000101101000100110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994391; }

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

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

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

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

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

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

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

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