Html Css Color HEX #89378E Vivid Violet

📋 copy color: '#89378E'

red 137 ◦ green 55 ◦ blue 142

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

Shades of Vivid Violet #89378E

Tints of Vivid Violet #89378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 41.02%
G = 16.47%
B = 42.51%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#89378E (or 0x89378E) is known color: Vivid Violet. HEX triplet: 89, 37 and 8E. RGB value is (137,55,142). Sum of RGB (Red+Green+Blue) = 137+55+142=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #89378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89378E is #76C871. Grayscale: #595959. Windows color (decimal): -7784562 or 9320329. OLE color: 9320329.

HSL color Cylindrical-coordinate representation of color #89378E: hue angle of 296.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89378E is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 55 142 -
CMYK 0.04 0.61 0 0.44
HSL 296.55º 0.44% 0.39% -
HSV(B) 296.55º 0.61% 0.56% -
XYZ 16.57 10 26.65 -
YUV 89.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 137 55 142 0.04 0.61 0 0.44 296.55 0.44 0.39
Hex 89 37 8E 4 3D 0 2C 129 2C 27
Octal 211 67 216 4 75 0 54 451 54 47
Binary 10001001 110111 10001110 100 111101 0 101100 100101001 101100 100111

Color Harmonies of #89378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89378E

Black with #89378E

Text Example


Text Example

White with #89378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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