Html Css Color HEX #89509D Vivid Violet

📋 copy color: '#89509D'

red 137 ◦ green 80 ◦ blue 157

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

Shades of Vivid Violet #89509D

Tints of Vivid Violet #89509D

RGB

 RED value IS 137 (53.91% from 255) = 36.63%

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 36.63%
G = 21.39%
B = 41.98%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89509D (or 0x89509D) is known color: Vivid Violet. HEX triplet: 89, 50 and 9D. RGB value is (137,80,157). Sum of RGB (Red+Green+Blue) = 137+80+157=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #89509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89509D is #76AF62. Grayscale: #696969. Windows color (decimal): -7778147 or 10309769. OLE color: 10309769.

HSL color Cylindrical-coordinate representation of color #89509D: hue angle of 284.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89509D is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 80 157 -
CMYK 0.13 0.49 0 0.38
HSL 284.42º 0.32% 0.46% -
HSV(B) 284.42º 0.49% 0.62% -
XYZ 19.27 13.49 33.49 -
YUV 105.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 137 80 157 0.13 0.49 0 0.38 284.42 0.32 0.46
Hex 89 50 9D D 31 0 26 11C 20 2E
Octal 211 120 235 15 61 0 46 434 40 56
Binary 10001001 1010000 10011101 1101 110001 0 100110 100011100 100000 101110

Color Harmonies of #89509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89509D

Black with #89509D

Text Example


Text Example

White with #89509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89509D;
 }
 .AnyTagClassName
 {
   color: #89509D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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