#895099

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

Shades of Vivid Violet #895099

Tints of Vivid Violet #895099

Color information

#895099 (or 0x895099) is unknown color: approx Vivid Violet. HEX triplet: 89, 50 and 99. RGB value is (137,80,153). Sum of RGB (Red+Green+Blue) = 137+80+153=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #895099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895099 is #76AF66. Grayscale: #696969. Windows color (decimal): -7778151 or 10047625. OLE color: 10047625.

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

Color convert

RGB13780153-
CMYK0.100.4800.4
HSL286.85º31.33%45.69%-
HSV(B)286.85º47.71%60%-
XYZ18.9313.3631.72-
YUV105.36154.88150.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=37.03%
G=21.62%
B=41.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal137801530.100.4800.4286.8531.3345.69
Hex895099A3002811f1f2e
Octal21112023112600504373756
Binary100010011010000100110011010110000010100010001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895099; }

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

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

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

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

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

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

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

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