#995189

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

Shades of Violet Blue #995189

Tints of Violet Blue #995189

Color information

#995189 (or 0x995189) is unknown color: approx Violet Blue. HEX triplet: 99, 51 and 89. RGB value is (153,81,137). Sum of RGB (Red+Green+Blue) = 153+81+137=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995189 is #66AE76. Grayscale: #6C6C6C. Windows color (decimal): -6729335 or 8999321. OLE color: 8999321.

HSL color Cylindrical-coordinate representation of color #995189: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995189 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15381137-
CMYK00.470.100.4
HSL313.33º30.77%45.88%-
HSV(B)313.33º47.06%60%-
XYZ20.5914.4625.37-
YUV108.91143.85159.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=41.24%
G=21.83%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538113700.470.100.4313.3330.7745.88
Hex99518902FA281391f2e
Octal23112121105712504713756
Binary100110011010001100010010101111101010100010011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995189; }

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

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

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

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

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

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

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

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