#893399

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

Shades of Vivid Violet #893399

Tints of Vivid Violet #893399

Color information

#893399 (or 0x893399) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and 99. RGB value is (137,51,153). Sum of RGB (Red+Green+Blue) = 137+51+153=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #893399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893399 is #76CC66. Grayscale: #585858. Windows color (decimal): -7785575 or 10040201. OLE color: 10040201.

HSL color Cylindrical-coordinate representation of color #893399: hue angle of 290.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893399 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13751153-
CMYK0.100.6700.4
HSL290.59º50%40%-
HSV(B)290.59º66.67%60%-
XYZ17.259.9931.16-
YUV88.34164.49162.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=40.18%
G=14.96%
B=44.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal137511530.100.6700.4290.595040
Hex893399A430281233228
Octal21163231121030504436250
Binary1000100111001110011001101010000110101000100100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893399; }

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

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

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

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

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

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

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

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