#892BAA

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

Shades of Vivid Violet #892BAA

Tints of Vivid Violet #892BAA

Color information

#892BAA (or 0x892BAA) is unknown color: approx Vivid Violet. HEX triplet: 89, 2B and AA. RGB value is (137,43,170). Sum of RGB (Red+Green+Blue) = 137+43+170=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #892BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892BAA is #76D455. Grayscale: #555555. Windows color (decimal): -7787606 or 11152265. OLE color: 11152265.

HSL color Cylindrical-coordinate representation of color #892BAA: hue angle of 284.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892BAA is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13743170-
CMYK0.190.7500.33
HSL284.41º59.62%41.76%-
HSV(B)284.41º74.71%66.67%-
XYZ18.449.9538.98-
YUV85.58175.64164.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 43 (17.19% from 255) = 12.29%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=39.14%
G=12.29%
B=48.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137431700.190.7500.33284.4159.6241.76
Hex892BAA134B02111c3c2a
Octal21153252231130414347452
Binary10001001101011101010101001110010110100001100011100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,43,170); }

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

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

 a { background-color: rgb(137,43,170); }

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

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

 span { border-color: rgb(137,43,170); }

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