#893B8B

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

Shades of Vivid Violet #893B8B

Tints of Vivid Violet #893B8B

Color information

#893B8B (or 0x893B8B) is unknown color: approx Vivid Violet. HEX triplet: 89, 3B and 8B. RGB value is (137,59,139). Sum of RGB (Red+Green+Blue) = 137+59+139=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #893B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893B8B is #76C474. Grayscale: #5B5B5B. Windows color (decimal): -7783541 or 9124745. OLE color: 9124745.

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

Color convert

RGB13759139-
CMYK0.010.5800.45
HSL298.5º40.4%38.82%-
HSV(B)298.5º57.55%54.51%-
XYZ16.5410.3125.54-
YUV91.44154.84160.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=40.90%
G=17.61%
B=41.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137591390.010.5800.45298.540.438.82
Hex893B8B13A02D12a2827
Octal211732131720554525047
Binary100010011110111000101111110100101101100101010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,59,139); }

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

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

 a { background-color: rgb(137,59,139); }

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

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

 span { border-color: rgb(137,59,139); }

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