#891EAD

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

Shades of Vivid Violet #891EAD

Tints of Vivid Violet #891EAD

Color information

#891EAD (or 0x891EAD) is unknown color: approx Vivid Violet. HEX triplet: 89, 1E and AD. RGB value is (137,30,173). Sum of RGB (Red+Green+Blue) = 137+30+173=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #891EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891EAD is #76E152. Grayscale: #4D4D4D. Windows color (decimal): -7790931 or 11345545. OLE color: 11345545.

HSL color Cylindrical-coordinate representation of color #891EAD: hue angle of 284.9º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891EAD is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13730173-
CMYK0.210.8300.32
HSL284.9º70.44%39.8%-
HSV(B)284.9º82.66%67.84%-
XYZ18.329.2640.36-
YUV78.3181.45169.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=40.29%
G=8.82%
B=50.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137301730.210.8300.32284.970.4439.8
Hex891EAD155302011d4628
Octal211362552512304043510650
Binary10001001111101010110110101101001101000001000111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891EAD; }

 p { color: rgb(137,30,173); }

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

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

 a { background-color: rgb(137,30,173); }

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

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

 span { border-color: rgb(137,30,173); }

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