Html Css Color HEX #89328E Vivid Violet

📋 copy color: '#89328E'

red 137 ◦ green 50 ◦ blue 142

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

Shades of Vivid Violet #89328E

Tints of Vivid Violet #89328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 41.64%
G = 15.2%
B = 43.16%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#89328E (or 0x89328E) is known color: Vivid Violet. HEX triplet: 89, 32 and 8E. RGB value is (137,50,142). Sum of RGB (Red+Green+Blue) = 137+50+142=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #89328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89328E is #76CD71. Grayscale: #565656. Windows color (decimal): -7785842 or 9319049. OLE color: 9319049.

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

Color convert

RGB 137 50 142 -
CMYK 0.04 0.65 0 0.44
HSL 296.74º 0.48% 0.38% -
HSV(B) 296.74º 0.65% 0.56% -
XYZ 16.34 9.55 26.57 -
YUV 86.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 137 50 142 0.04 0.65 0 0.44 296.74 0.48 0.38
Hex 89 32 8E 4 41 0 2C 129 30 26
Octal 211 62 216 4 101 0 54 451 60 46
Binary 10001001 110010 10001110 100 1000001 0 101100 100101001 110000 100110

Color Harmonies of #89328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89328E

Black with #89328E

Text Example


Text Example

White with #89328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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