#893492

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

Shades of Vivid Violet #893492

Tints of Vivid Violet #893492

Color information

#893492 (or 0x893492) is unknown color: approx Vivid Violet. HEX triplet: 89, 34 and 92. RGB value is (137,52,146). Sum of RGB (Red+Green+Blue) = 137+52+146=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #893492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893492 is #76CB6D. Grayscale: #575757. Windows color (decimal): -7785326 or 9581705. OLE color: 9581705.

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

Color convert

RGB13752146-
CMYK0.060.6400.43
HSL294.26º47.47%38.82%-
HSV(B)294.26º64.38%57.25%-
XYZ16.739.8528.21-
YUV88.13160.66162.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=40.90%
G=15.52%
B=43.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137521460.060.6400.43294.2647.4738.82
Hex89349264002B1262f27
Octal2116422261000534465747
Binary100010011101001001001011010000000101011100100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893492; }

 p { color: rgb(137,52,146); }

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

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

 a { background-color: rgb(137,52,146); }

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

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

 span { border-color: rgb(137,52,146); }

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