Html Css Color HEX #89379F Vivid Violet

📋 copy color: '#89379F'

red 137 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #89379F

Tints of Vivid Violet #89379F

RGB

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

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

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

R = 39.03%
G = 15.67%
B = 45.3%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89379F (or 0x89379F) is known color: Vivid Violet. HEX triplet: 89, 37 and 9F. RGB value is (137,55,159). Sum of RGB (Red+Green+Blue) = 137+55+159=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #89379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89379F is #76C860. Grayscale: #5B5B5B. Windows color (decimal): -7784545 or 10434441. OLE color: 10434441.

HSL color Cylindrical-coordinate representation of color #89379F: hue angle of 287.31º degrees, saturation: 0.49, 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 #89379F is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 55 159 -
CMYK 0.14 0.65 0 0.38
HSL 287.31º 0.49% 0.42% -
HSV(B) 287.31º 0.65% 0.62% -
XYZ 17.94 10.55 33.89 -
YUV 91.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 137 55 159 0.14 0.65 0 0.38 287.31 0.49 0.42
Hex 89 37 9F E 41 0 26 11F 31 2A
Octal 211 67 237 16 101 0 46 437 61 52
Binary 10001001 110111 10011111 1110 1000001 0 100110 100011111 110001 101010

Color Harmonies of #89379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89379F

Black with #89379F

Text Example


Text Example

White with #89379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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