#895194

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

Shades of Vivid Violet #895194

Tints of Vivid Violet #895194

Color information

#895194 (or 0x895194) is unknown color: approx Vivid Violet. HEX triplet: 89, 51 and 94. RGB value is (137,81,148). Sum of RGB (Red+Green+Blue) = 137+81+148=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #895194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895194 is #76AE6B. Grayscale: #696969. Windows color (decimal): -7777900 or 9720201. OLE color: 9720201.

HSL color Cylindrical-coordinate representation of color #895194: hue angle of 290.15º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #895194 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13781148-
CMYK0.070.4500.42
HSL290.15º29.26%44.9%-
HSV(B)290.15º45.27%58.04%-
XYZ18.613.3429.61-
YUV105.38152.05150.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=37.43%
G=22.13%
B=40.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137811480.070.4500.42290.1529.2644.9
Hex89519472D02A1221d2d
Octal2111212247550524423555
Binary10001001101000110010100111101101010101010010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895194; }

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

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

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

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

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

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

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

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