#893f9b

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

Shades of Vivid Violet #893F9B

Tints of Vivid Violet #893F9B

Color information

#893F9B (or 0x893F9B) is unknown color: approx Vivid Violet. HEX triplet: 89, 3F and 9B. RGB value is (137,63,155). Sum of RGB (Red+Green+Blue) = 137+63+155=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #893F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893F9B is #76C064. Grayscale: #5F5F5F. Windows color (decimal): -7782501 or 10174345. OLE color: 10174345.

HSL color Cylindrical-coordinate representation of color #893F9B: hue angle of 288.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893F9B is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13763155-
CMYK0.120.5900.39
HSL288.26º42.2%42.75%-
HSV(B)288.26º59.35%60.78%-
XYZ18.0111.2432.23-
YUV95.61161.52157.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 63 (25% from 255) = 17.75%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=38.59%
G=17.75%
B=43.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137631550.120.5900.39288.2642.242.75
Hex893F9BC3B0271202a2b
Octal2117723314730474405253
Binary100010011111111001101111001110110100111100100000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,63,155); }

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

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

 a { background-color: rgb(137,63,155); }

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

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

 span { border-color: rgb(137,63,155); }

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