Html Css Color HEX #89379D Vivid Violet

📋 copy color: '#89379D'

red 137 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #89379D

Tints of Vivid Violet #89379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

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

R = 39.26%
G = 15.76%
B = 44.99%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89379D (or 0x89379D) is known color: Vivid Violet. HEX triplet: 89, 37 and 9D. RGB value is (137,55,157). Sum of RGB (Red+Green+Blue) = 137+55+157=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #89379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89379D is #76C862. Grayscale: #5A5A5A. Windows color (decimal): -7784547 or 10303369. OLE color: 10303369.

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

Color convert

RGB 137 55 157 -
CMYK 0.13 0.65 0 0.38
HSL 288.24º 0.48% 0.42% -
HSV(B) 288.24º 0.65% 0.62% -
XYZ 17.77 10.49 32.99 -
YUV 91.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 137 55 157 0.13 0.65 0 0.38 288.24 0.48 0.42
Hex 89 37 9D D 41 0 26 120 30 2A
Octal 211 67 235 15 101 0 46 440 60 52
Binary 10001001 110111 10011101 1101 1000001 0 100110 100100000 110000 101010

Color Harmonies of #89379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89379D

Black with #89379D

Text Example


Text Example

White with #89379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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