#994495

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

Shades of Violet Blue #994495

Tints of Violet Blue #994495

Color information

#994495 (or 0x994495) is unknown color: approx Violet Blue. HEX triplet: 99, 44 and 95. RGB value is (153,68,149). Sum of RGB (Red+Green+Blue) = 153+68+149=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994495 is #66BB6A. Grayscale: #666666. Windows color (decimal): -6732651 or 9782425. OLE color: 9782425.

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

Color convert

RGB15368149-
CMYK00.560.030.4
HSL302.82º38.46%43.33%-
HSV(B)302.82º55.56%60%-
XYZ20.6313.0829.87-
YUV102.65154.16163.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=41.35%
G=18.38%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536814900.560.030.4302.8238.4643.33
Hex99449503832812f262b
Octal2311042250703504574653
Binary10011001100010010010101011100011101000100101111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994495; }

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

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

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

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

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

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

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

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