#893291

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

Shades of Vivid Violet #893291

Tints of Vivid Violet #893291

Color information

#893291 (or 0x893291) is unknown color: approx Vivid Violet. HEX triplet: 89, 32 and 91. RGB value is (137,50,145). Sum of RGB (Red+Green+Blue) = 137+50+145=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #893291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893291 is #76CD6E. Grayscale: #565656. Windows color (decimal): -7785839 or 9515657. OLE color: 9515657.

HSL color Cylindrical-coordinate representation of color #893291: hue angle of 294.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893291 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13750145-
CMYK0.060.6600.43
HSL294.95º48.72%38.24%-
HSV(B)294.95º65.52%56.86%-
XYZ16.579.6427.78-
YUV86.84160.82163.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=41.27%
G=15.06%
B=43.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137501450.060.6600.43294.9548.7238.24
Hex89329164202B1273126
Octal2116222161020534476146
Binary100010011100101001000111010000100101011100100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893291; }

 p { color: rgb(137,50,145); }

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

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

 a { background-color: rgb(137,50,145); }

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

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

 span { border-color: rgb(137,50,145); }

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