#89509B

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

Shades of Vivid Violet #89509B

Tints of Vivid Violet #89509B

Color information

#89509B (or 0x89509B) is unknown color: approx Vivid Violet. HEX triplet: 89, 50 and 9B. RGB value is (137,80,155). Sum of RGB (Red+Green+Blue) = 137+80+155=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #89509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89509B is #76AF64. Grayscale: #696969. Windows color (decimal): -7778149 or 10178697. OLE color: 10178697.

HSL color Cylindrical-coordinate representation of color #89509B: hue angle of 285.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89509B is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13780155-
CMYK0.120.4800.39
HSL285.6º31.91%46.08%-
HSV(B)285.6º48.39%60.78%-
XYZ19.113.4232.59-
YUV105.59155.88150.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=36.83%
G=21.51%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137801550.120.4800.39285.631.9146.08
Hex89509BC3002711e202e
Octal21112023314600474364056
Binary1000100110100001001101111001100000100111100011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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