#893D8D

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

Shades of Vivid Violet #893D8D

Tints of Vivid Violet #893D8D

Color information

#893D8D (or 0x893D8D) is unknown color: approx Vivid Violet. HEX triplet: 89, 3D and 8D. RGB value is (137,61,141). Sum of RGB (Red+Green+Blue) = 137+61+141=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #893D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893D8D is #76C272. Grayscale: #5C5C5C. Windows color (decimal): -7783027 or 9256329. OLE color: 9256329.

HSL color Cylindrical-coordinate representation of color #893D8D: hue angle of 297º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893D8D is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13761141-
CMYK0.030.5700.45
HSL297º39.6%39.61%-
HSV(B)297º56.74%55.29%-
XYZ16.7910.5826.36-
YUV92.84155.18159.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=40.41%
G=17.99%
B=41.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137611410.030.5700.4529739.639.61
Hex893D8D33902D1292828
Octal211752153710554515050
Binary1000100111110110001101111110010101101100101001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893D8D; }

 p { color: rgb(137,61,141); }

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

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

 a { background-color: rgb(137,61,141); }

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

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

 span { border-color: rgb(137,61,141); }

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