#994E92

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

Shades of Violet Blue #994E92

Tints of Violet Blue #994E92

Color information

#994E92 (or 0x994E92) is unknown color: approx Violet Blue. HEX triplet: 99, 4E and 92. RGB value is (153,78,146). Sum of RGB (Red+Green+Blue) = 153+78+146=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #994E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E92 is #66B16D. Grayscale: #6B6B6B. Windows color (decimal): -6730094 or 9588377. OLE color: 9588377.

HSL color Cylindrical-coordinate representation of color #994E92: hue angle of 305.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E92 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15378146-
CMYK00.490.050.4
HSL305.6º32.47%45.29%-
HSV(B)305.6º49.02%60%-
XYZ21.0514.328.84-
YUV108.18149.35159.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=40.58%
G=20.69%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537814600.490.050.4305.632.4745.29
Hex994E92031528132202d
Octal2311162220615504624055
Binary100110011001110100100100110001101101000100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E92; }

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

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

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

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

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

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

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

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