Html Css Color HEX #89349F Vivid Violet

📋 copy color: '#89349F'

red 137 ◦ green 52 ◦ blue 159

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

Shades of Vivid Violet #89349F

Tints of Vivid Violet #89349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 39.37%
G = 14.94%
B = 45.69%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89349F (or 0x89349F) is known color: Vivid Violet. HEX triplet: 89, 34 and 9F. RGB value is (137,52,159). Sum of RGB (Red+Green+Blue) = 137+52+159=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #89349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89349F is #76CB60. Grayscale: #595959. Windows color (decimal): -7785313 or 10433673. OLE color: 10433673.

HSL color Cylindrical-coordinate representation of color #89349F: hue angle of 287.66º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89349F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 52 159 -
CMYK 0.14 0.67 0 0.38
HSL 287.66º 0.51% 0.41% -
HSV(B) 287.66º 0.67% 0.62% -
XYZ 17.8 10.28 33.85 -
YUV 89.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 137 52 159 0.14 0.67 0 0.38 287.66 0.51 0.41
Hex 89 34 9F E 43 0 26 120 33 29
Octal 211 64 237 16 103 0 46 440 63 51
Binary 10001001 110100 10011111 1110 1000011 0 100110 100100000 110011 101001

Color Harmonies of #89349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89349F

Black with #89349F

Text Example


Text Example

White with #89349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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