#994592

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

Shades of Violet Blue #994592

Tints of Violet Blue #994592

Color information

#994592 (or 0x994592) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 92. RGB value is (153,69,146). Sum of RGB (Red+Green+Blue) = 153+69+146=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994592 is #66BA6D. Grayscale: #666666. Windows color (decimal): -6732398 or 9586073. OLE color: 9586073.

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

Color convert

RGB15369146-
CMYK00.550.050.4
HSL305º37.84%43.53%-
HSV(B)305º54.9%60%-
XYZ20.4513.128.65-
YUV102.89152.33163.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=41.58%
G=18.75%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536914600.550.050.430537.8443.53
Hex994592037528131262c
Octal2311052220675504614654
Binary100110011000101100100100110111101101000100110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994592; }

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

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

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

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

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

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

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

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