#892B8C

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

Shades of Vivid Violet #892B8C

Tints of Vivid Violet #892B8C

Color information

#892B8C (or 0x892B8C) is unknown color: approx Vivid Violet. HEX triplet: 89, 2B and 8C. RGB value is (137,43,140). Sum of RGB (Red+Green+Blue) = 137+43+140=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #892B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892B8C is #76D473. Grayscale: #515151. Windows color (decimal): -7787636 or 9186185. OLE color: 9186185.

HSL color Cylindrical-coordinate representation of color #892B8C: hue angle of 298.14º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B8C is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13743140-
CMYK0.020.6900.45
HSL298.14º53.01%35.88%-
HSV(B)298.14º69.29%54.9%-
XYZ15.918.9425.7-
YUV82.16160.64167.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=42.81%
G=13.44%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137431400.020.6900.45298.1453.0135.88
Hex892B8C24502D12a3524
Octal2115321421050554526544
Binary10001001101011100011001010001010101101100101010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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