#892EAD

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

Shades of Vivid Violet #892EAD

Tints of Vivid Violet #892EAD

Color information

#892EAD (or 0x892EAD) is unknown color: approx Vivid Violet. HEX triplet: 89, 2E and AD. RGB value is (137,46,173). Sum of RGB (Red+Green+Blue) = 137+46+173=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #892EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892EAD is #76D152. Grayscale: #575757. Windows color (decimal): -7786835 or 11349641. OLE color: 11349641.

HSL color Cylindrical-coordinate representation of color #892EAD: hue angle of 282.99º degrees, saturation: 0.58, 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 #892EAD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13746173-
CMYK0.210.7300.32
HSL282.99º57.99%42.94%-
HSV(B)282.99º73.41%67.84%-
XYZ18.8410.2940.53-
YUV87.69176.15163.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 46 (18.36% from 255) = 12.92%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=38.48%
G=12.92%
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
Decimal137461730.210.7300.32282.9957.9942.94
Hex892EAD154902011b3a2b
Octal21156255251110404337253
Binary10001001101110101011011010110010010100000100011011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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