#994492

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

Shades of Violet Blue #994492

Tints of Violet Blue #994492

Color information

#994492 (or 0x994492) is unknown color: approx Violet Blue. HEX triplet: 99, 44 and 92. RGB value is (153,68,146). Sum of RGB (Red+Green+Blue) = 153+68+146=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994492 is #66BB6D. Grayscale: #666666. Windows color (decimal): -6732654 or 9585817. OLE color: 9585817.

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

Color convert

RGB15368146-
CMYK00.560.050.4
HSL304.94º38.46%43.33%-
HSV(B)304.94º55.56%60%-
XYZ20.3912.9828.63-
YUV102.31152.66164.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=41.69%
G=18.53%
B=39.78%

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
Decimal1536814600.560.050.4304.9438.4643.33
Hex994492038528131262b
Octal2311042220705504614653
Binary100110011000100100100100111000101101000100110001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994492; }

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

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

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

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

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

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

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

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