#994593

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

Shades of Violet Blue #994593

Tints of Violet Blue #994593

Color information

#994593 (or 0x994593) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 93. RGB value is (153,69,147). Sum of RGB (Red+Green+Blue) = 153+69+147=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994593 is #66BA6C. Grayscale: #666666. Windows color (decimal): -6732397 or 9651609. OLE color: 9651609.

HSL color Cylindrical-coordinate representation of color #994593: hue angle of 304.29º 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 #994593 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15369147-
CMYK00.550.040.4
HSL304.29º37.84%43.53%-
HSV(B)304.29º54.9%60%-
XYZ20.5313.1429.06-
YUV103.01152.83163.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=41.46%
G=18.70%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536914700.550.040.4304.2937.8443.53
Hex994593037428130262c
Octal2311052230674504604654
Binary100110011000101100100110110111100101000100110000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994593; }

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

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

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

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

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

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

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

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