#892E88

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

Shades of Vivid Violet #892E88

Tints of Vivid Violet #892E88

Color information

#892E88 (or 0x892E88) is unknown color: approx Vivid Violet. HEX triplet: 89, 2E and 88. RGB value is (137,46,136). Sum of RGB (Red+Green+Blue) = 137+46+136=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #892E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892E88 is #76D177. Grayscale: #535353. Windows color (decimal): -7786872 or 8924809. OLE color: 8924809.

HSL color Cylindrical-coordinate representation of color #892E88: hue angle of 300.66º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E88 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13746136-
CMYK00.660.010.46
HSL300.66º49.73%35.88%-
HSV(B)300.66º66.42%53.73%-
XYZ15.749.0524.21-
YUV83.47157.65166.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=42.95%
G=14.42%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374613600.660.010.46300.6649.7335.88
Hex892E8804212E12d3224
Octal2115621001021564556244
Binary1000100110111010001000010000101101110100101101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892E88; }

 p { color: rgb(137,46,136); }

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

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

 a { background-color: rgb(137,46,136); }

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

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

 span { border-color: rgb(137,46,136); }

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