Html Css Color HEX #89509E Vivid Violet

📋 copy color: '#89509E'

red 137 ◦ green 80 ◦ blue 158

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

Shades of Vivid Violet #89509E

Tints of Vivid Violet #89509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 36.53%
G = 21.33%
B = 42.13%

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

#89509E (or 0x89509E) is known color: Vivid Violet. HEX triplet: 89, 50 and 9E. RGB value is (137,80,158). Sum of RGB (Red+Green+Blue) = 137+80+158=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #89509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89509E is #76AF61. Grayscale: #696969. Windows color (decimal): -7778146 or 10375305. OLE color: 10375305.

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

Color convert

RGB 137 80 158 -
CMYK 0.13 0.49 0 0.38
HSL 283.85º 0.33% 0.47% -
HSV(B) 283.85º 0.49% 0.62% -
XYZ 19.36 13.52 33.94 -
YUV 105.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 137 80 158 0.13 0.49 0 0.38 283.85 0.33 0.47
Hex 89 50 9E D 31 0 26 11C 21 2F
Octal 211 120 236 15 61 0 46 434 41 57
Binary 10001001 1010000 10011110 1101 110001 0 100110 100011100 100001 101111

Color Harmonies of #89509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89509E

Black with #89509E

Text Example


Text Example

White with #89509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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