#994388

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

Shades of Violet Blue #994388

Tints of Violet Blue #994388

Color information

#994388 (or 0x994388) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 88. RGB value is (153,67,136). Sum of RGB (Red+Green+Blue) = 153+67+136=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #994388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994388 is #66BC77. Grayscale: #646464. Windows color (decimal): -6732920 or 8930201. OLE color: 8930201.

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

Color convert

RGB15367136-
CMYK00.560.110.4
HSL311.86º39.09%43.14%-
HSV(B)311.86º56.21%60%-
XYZ19.5912.5624.69-
YUV100.58147.99165.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=42.98%
G=18.82%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536713600.560.110.4311.8639.0943.14
Hex994388038B28138272b
Octal23110321007013504704753
Binary1001100110000111000100001110001011101000100111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994388; }

 p { color: rgb(153,67,136); }

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

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

 a { background-color: rgb(153,67,136); }

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

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

 span { border-color: rgb(153,67,136); }

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