#893584

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

Shades of Vivid Violet #893584

Tints of Vivid Violet #893584

Color information

#893584 (or 0x893584) is unknown color: approx Vivid Violet. HEX triplet: 89, 35 and 84. RGB value is (137,53,132). Sum of RGB (Red+Green+Blue) = 137+53+132=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893584 is #76CA7B. Grayscale: #565656. Windows color (decimal): -7785084 or 8664457. OLE color: 8664457.

HSL color Cylindrical-coordinate representation of color #893584: hue angle of 303.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893584 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13753132-
CMYK00.610.040.46
HSL303.57º44.21%37.25%-
HSV(B)303.57º61.31%53.73%-
XYZ15.759.5322.84-
YUV87.12153.33163.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=42.55%
G=16.46%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375313200.610.040.46303.5744.2137.25
Hex89358403D42E1302c25
Octal211652040754564605445
Binary10001001110101100001000111101100101110100110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893584; }

 p { color: rgb(137,53,132); }

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

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

 a { background-color: rgb(137,53,132); }

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

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

 span { border-color: rgb(137,53,132); }

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