#892090

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

Shades of Vivid Violet #892090

Tints of Vivid Violet #892090

Color information

#892090 (or 0x892090) is unknown color: approx Vivid Violet. HEX triplet: 89, 20 and 90. RGB value is (137,32,144). Sum of RGB (Red+Green+Blue) = 137+32+144=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #892090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892090 is #76DF6F. Grayscale: #4B4B4B. Windows color (decimal): -7790448 or 9445513. OLE color: 9445513.

HSL color Cylindrical-coordinate representation of color #892090: hue angle of 296.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892090 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13732144-
CMYK0.050.7800.44
HSL296.25º63.64%34.51%-
HSV(B)296.25º77.78%56.47%-
XYZ15.878.3727.16-
YUV76.16166.29171.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=43.77%
G=10.22%
B=46.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137321440.050.7800.44296.2563.6434.51
Hex89209054E02C1284023
Octal21140220511605445010043
Binary1000100110000010010000101100111001011001001010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892090; }

 p { color: rgb(137,32,144); }

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

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

 a { background-color: rgb(137,32,144); }

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

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

 span { border-color: rgb(137,32,144); }

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