Html Css Color HEX #89369A Vivid Violet

📋 copy color: '#89369A'

red 137 ◦ green 54 ◦ blue 154

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

Shades of Vivid Violet #89369A

Tints of Vivid Violet #89369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 39.71%
G = 15.65%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#89369A (or 0x89369A) is known color: Vivid Violet. HEX triplet: 89, 36 and 9A. RGB value is (137,54,154). Sum of RGB (Red+Green+Blue) = 137+54+154=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #89369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89369A is #76C965. Grayscale: #595959. Windows color (decimal): -7784806 or 10106505. OLE color: 10106505.

HSL color Cylindrical-coordinate representation of color #89369A: hue angle of 289.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89369A is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 54 154 -
CMYK 0.11 0.65 0 0.40
HSL 289.8º 0.48% 0.41% -
HSV(B) 289.8º 0.65% 0.6% -
XYZ 17.47 10.29 31.64 -
YUV 90.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 137 54 154 0.11 0.65 0 0.40 289.8 0.48 0.41
Hex 89 36 9A B 41 0 28 122 30 29
Octal 211 66 232 13 101 0 50 442 60 51
Binary 10001001 110110 10011010 1011 1000001 0 101000 100100010 110000 101001

Color Harmonies of #89369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89369A

Black with #89369A

Text Example


Text Example

White with #89369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89369A; }

 p { color: rgb(137,54,154); }

 H1.HeaderClassName
 {
   color: #89369A;
 }
 .AnyTagClassName
 {
   color: #89369A;
 }
</style>

background-color css

<style>
 a { background-color: #89369A; }

 a { background-color: rgb(137,54,154); }

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

border-color css

<style>
 span { border-color: #89369A; }

 span { border-color: rgb(137,54,154); }

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