#994598

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

Shades of Violet Blue #994598

Tints of Violet Blue #994598

Color information

#994598 (or 0x994598) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 98. RGB value is (153,69,152). Sum of RGB (Red+Green+Blue) = 153+69+152=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994598 is #66BA67. Grayscale: #676767. Windows color (decimal): -6732392 or 9979289. OLE color: 9979289.

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

Color convert

RGB15369152-
CMYK00.550.010.4
HSL300.71º37.84%43.53%-
HSV(B)300.71º54.9%60%-
XYZ20.9313.331.17-
YUV103.58155.33163.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=40.91%
G=18.45%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536915200.550.010.4300.7137.8443.53
Hex99459803712812d262c
Octal2311052300671504554654
Binary1001100110001011001100001101111101000100101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994598; }

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

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

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

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

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

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

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

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