Html Css Color HEX #89509F Vivid Violet

📋 copy color: '#89509F'

red 137 ◦ green 80 ◦ blue 159

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

Shades of Vivid Violet #89509F

Tints of Vivid Violet #89509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 36.44%
G = 21.28%
B = 42.29%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89509F (or 0x89509F) is known color: Vivid Violet. HEX triplet: 89, 50 and 9F. RGB value is (137,80,159). Sum of RGB (Red+Green+Blue) = 137+80+159=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #89509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89509F is #76AF60. Grayscale: #696969. Windows color (decimal): -7778145 or 10440841. OLE color: 10440841.

HSL color Cylindrical-coordinate representation of color #89509F: hue angle of 283.29º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89509F is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 80 159 -
CMYK 0.14 0.50 0 0.38
HSL 283.29º 0.33% 0.47% -
HSV(B) 283.29º 0.5% 0.62% -
XYZ 19.44 13.56 34.39 -
YUV 106.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 137 80 159 0.14 0.50 0 0.38 283.29 0.33 0.47
Hex 89 50 9F E 32 0 26 11B 21 2F
Octal 211 120 237 16 62 0 46 433 41 57
Binary 10001001 1010000 10011111 1110 110010 0 100110 100011011 100001 101111

Color Harmonies of #89509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89509F

Black with #89509F

Text Example


Text Example

White with #89509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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