#994892

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

Shades of Violet Blue #994892

Tints of Violet Blue #994892

Color information

#994892 (or 0x994892) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 92. RGB value is (153,72,146). Sum of RGB (Red+Green+Blue) = 153+72+146=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994892 is #66B76D. Grayscale: #686868. Windows color (decimal): -6731630 or 9586841. OLE color: 9586841.

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

Color convert

RGB15372146-
CMYK00.530.050.4
HSL305.19º36%44.12%-
HSV(B)305.19º52.94%60%-
XYZ20.6413.4828.71-
YUV104.66151.34162.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=41.24%
G=19.41%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537214600.530.050.4305.193644.12
Hex994892035528131242c
Octal2311102220655504614454
Binary100110011001000100100100110101101101000100110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994892; }

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

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

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

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

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

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

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

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