#892FAE

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

Shades of Vivid Violet #892FAE

Tints of Vivid Violet #892FAE

Color information

#892FAE (or 0x892FAE) is unknown color: approx Vivid Violet. HEX triplet: 89, 2F and AE. RGB value is (137,47,174). Sum of RGB (Red+Green+Blue) = 137+47+174=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #892FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892FAE is #76D051. Grayscale: #575757. Windows color (decimal): -7786578 or 11415433. OLE color: 11415433.

HSL color Cylindrical-coordinate representation of color #892FAE: hue angle of 282.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892FAE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13747174-
CMYK0.210.7300.32
HSL282.52º57.47%43.33%-
HSV(B)282.52º72.99%68.24%-
XYZ18.9710.4141.05-
YUV88.39176.32162.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 47 (18.75% from 255) = 13.13%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=38.27%
G=13.13%
B=48.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137471740.210.7300.32282.5257.4743.33
Hex892FAE154902011b392b
Octal21157256251110404337153
Binary10001001101111101011101010110010010100000100011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,47,174); }

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

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

 a { background-color: rgb(137,47,174); }

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

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

 span { border-color: rgb(137,47,174); }

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