#994889

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

Shades of Violet Blue #994889

Tints of Violet Blue #994889

Color information

#994889 (or 0x994889) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 89. RGB value is (153,72,137). Sum of RGB (Red+Green+Blue) = 153+72+137=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #994889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994889 is #66B776. Grayscale: #676767. Windows color (decimal): -6731639 or 8997017. OLE color: 8997017.

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

Color convert

RGB15372137-
CMYK00.530.100.4
HSL311.85º36%44.12%-
HSV(B)311.85º52.94%60%-
XYZ19.9713.2125.16-
YUV103.63146.84163.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=42.27%
G=19.89%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537213700.530.100.4311.853644.12
Hex994889035A28138242c
Octal23111021106512504704454
Binary1001100110010001000100101101011010101000100111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994889; }

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

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

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

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

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

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

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

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