Html Css Color HEX #89509B Vivid Violet

📋 copy color: '#89509B'

red 137 ◦ green 80 ◦ blue 155

#89509B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #89509B

Tints of Vivid Violet #89509B

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 value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89509B (or 0x89509B) is known color: 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

RGB 137 80 155 -
CMYK 0.12 0.48 0 0.39
HSL 285.6º 0.32% 0.46% -
HSV(B) 285.6º 0.48% 0.61% -
XYZ 19.1 13.42 32.59 -
YUV 105.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 137 80 155 0.12 0.48 0 0.39 285.6 0.32 0.46
Hex 89 50 9B C 30 0 27 11E 20 2E
Octal 211 120 233 14 60 0 47 436 40 56
Binary 10001001 1010000 10011011 1100 110000 0 100111 100011110 100000 101110

Color Harmonies of #89509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89509B

Black with #89509B

Text Example


Text Example

White with #89509B

Text Example


Text Example

HTML Codes & Css Web 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>