Html Css Color HEX #89499B Vivid Violet

📋 copy color: '#89499B'

red 137 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #89499B

Tints of Vivid Violet #89499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 37.53%
G = 20%
B = 42.47%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89499B (or 0x89499B) is known color: Vivid Violet. HEX triplet: 89, 49 and 9B. RGB value is (137,73,155). Sum of RGB (Red+Green+Blue) = 137+73+155=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #89499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89499B is #76B664. Grayscale: #656565. Windows color (decimal): -7779941 or 10176905. OLE color: 10176905.

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

Color convert

RGB 137 73 155 -
CMYK 0.12 0.53 0 0.39
HSL 286.83º 0.36% 0.45% -
HSV(B) 286.83º 0.53% 0.61% -
XYZ 18.62 12.45 32.43 -
YUV 101.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 137 73 155 0.12 0.53 0 0.39 286.83 0.36 0.45
Hex 89 49 9B C 35 0 27 11F 24 2D
Octal 211 111 233 14 65 0 47 437 44 55
Binary 10001001 1001001 10011011 1100 110101 0 100111 100011111 100100 101101

Color Harmonies of #89499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89499B

Black with #89499B

Text Example


Text Example

White with #89499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89499B;
 }
 .AnyTagClassName
 {
   color: #89499B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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