#994595

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

Shades of Violet Blue #994595

Tints of Violet Blue #994595

Color information

#994595 (or 0x994595) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 95. RGB value is (153,69,149). Sum of RGB (Red+Green+Blue) = 153+69+149=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994595 is #66BA6A. Grayscale: #676767. Windows color (decimal): -6732395 or 9782681. OLE color: 9782681.

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

Color convert

RGB15369149-
CMYK00.550.030.4
HSL302.86º37.84%43.53%-
HSV(B)302.86º54.9%60%-
XYZ20.6913.229.89-
YUV103.24153.83163.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=41.24%
G=18.60%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536914900.550.030.4302.8637.8443.53
Hex99459503732812f262c
Octal2311052250673504574654
Binary10011001100010110010101011011111101000100101111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994595; }

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

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

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

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

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

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

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

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