#895095

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

Shades of Vivid Violet #895095

Tints of Vivid Violet #895095

Color information

#895095 (or 0x895095) is unknown color: approx Vivid Violet. HEX triplet: 89, 50 and 95. RGB value is (137,80,149). Sum of RGB (Red+Green+Blue) = 137+80+149=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #895095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895095 is #76AF6A. Grayscale: #686868. Windows color (decimal): -7778155 or 9785481. OLE color: 9785481.

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

Color convert

RGB13780149-
CMYK0.080.4600.42
HSL289.57º30.13%44.9%-
HSV(B)289.57º46.31%58.43%-
XYZ18.6113.2330.01-
YUV104.91152.88150.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=37.43%
G=21.86%
B=40.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137801490.080.4600.42289.5730.1344.9
Hex89509582E02A1221e2d
Octal21112022510560524423655
Binary100010011010000100101011000101110010101010010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895095; }

 p { color: rgb(137,80,149); }

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

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

 a { background-color: rgb(137,80,149); }

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

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

 span { border-color: rgb(137,80,149); }

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