Html Css Color HEX #89358D Vivid Violet

📋 copy color: '#89358D'

red 137 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #89358D

Tints of Vivid Violet #89358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 41.39%
G = 16.01%
B = 42.6%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89358D (or 0x89358D) is known color: Vivid Violet. HEX triplet: 89, 35 and 8D. RGB value is (137,53,141). Sum of RGB (Red+Green+Blue) = 137+53+141=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #89358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89358D is #76CA72. Grayscale: #575757. Windows color (decimal): -7785075 or 9254281. OLE color: 9254281.

HSL color Cylindrical-coordinate representation of color #89358D: hue angle of 297.27º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89358D is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 53 141 -
CMYK 0.03 0.62 0 0.45
HSL 297.27º 0.45% 0.38% -
HSV(B) 297.27º 0.62% 0.55% -
XYZ 16.4 9.79 26.22 -
YUV 88.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 137 53 141 0.03 0.62 0 0.45 297.27 0.45 0.38
Hex 89 35 8D 3 3E 0 2D 129 2D 26
Octal 211 65 215 3 76 0 55 451 55 46
Binary 10001001 110101 10001101 11 111110 0 101101 100101001 101101 100110

Color Harmonies of #89358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89358D

Black with #89358D

Text Example


Text Example

White with #89358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,53,141); }

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

background-color css

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

 a { background-color: rgb(137,53,141); }

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

border-color css

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

 span { border-color: rgb(137,53,141); }

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