#893388

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

Shades of Vivid Violet #893388

Tints of Vivid Violet #893388

Color information

#893388 (or 0x893388) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and 88. RGB value is (137,51,136). Sum of RGB (Red+Green+Blue) = 137+51+136=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #893388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893388 is #76CC77. Grayscale: #565656. Windows color (decimal): -7785592 or 8926089. OLE color: 8926089.

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

Color convert

RGB13751136-
CMYK00.630.010.46
HSL300.7º45.74%36.86%-
HSV(B)300.7º62.77%53.73%-
XYZ15.949.4624.28-
YUV86.4155.99164.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=42.28%
G=15.74%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375113600.630.010.46300.745.7436.86
Hex89338803F12E12d2e25
Octal211632100771564555645
Binary100010011100111000100001111111101110100101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893388; }

 p { color: rgb(137,51,136); }

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

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

 a { background-color: rgb(137,51,136); }

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

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

 span { border-color: rgb(137,51,136); }

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