#89368B

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

Shades of Vivid Violet #89368B

Tints of Vivid Violet #89368B

Color information

#89368B (or 0x89368B) is unknown color: approx Vivid Violet. HEX triplet: 89, 36 and 8B. RGB value is (137,54,139). Sum of RGB (Red+Green+Blue) = 137+54+139=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #89368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89368B is #76C974. Grayscale: #585858. Windows color (decimal): -7784821 or 9123465. OLE color: 9123465.

HSL color Cylindrical-coordinate representation of color #89368B: hue angle of 298.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89368B is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13754139-
CMYK0.010.6100.45
HSL298.59º44.04%37.84%-
HSV(B)298.59º61.15%54.51%-
XYZ16.39.8225.46-
YUV88.51156.5162.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=41.52%
G=16.36%
B=42.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137541390.010.6100.45298.5944.0437.84
Hex89368B13D02D12b2c26
Octal211662131750554535446
Binary100010011101101000101111111010101101100101011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89368B; }

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

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

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

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

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

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

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

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