Html Css Color HEX #893991 Vivid Violet

📋 copy color: '#893991'

red 137 ◦ green 57 ◦ blue 145

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

Shades of Vivid Violet #893991

Tints of Vivid Violet #893991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.81%

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 40.41%
G = 16.81%
B = 42.77%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#893991 (or 0x893991) is known color: Vivid Violet. HEX triplet: 89, 39 and 91. RGB value is (137,57,145). Sum of RGB (Red+Green+Blue) = 137+57+145=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #893991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893991 is #76C66E. Grayscale: #5A5A5A. Windows color (decimal): -7784047 or 9517449. OLE color: 9517449.

HSL color Cylindrical-coordinate representation of color #893991: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893991 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 57 145 -
CMYK 0.06 0.61 0 0.43
HSL 294.55º 0.44% 0.4% -
HSV(B) 294.55º 0.61% 0.57% -
XYZ 16.89 10.29 27.88 -
YUV 90.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 137 57 145 0.06 0.61 0 0.43 294.55 0.44 0.4
Hex 89 39 91 6 3D 0 2B 127 2C 28
Octal 211 71 221 6 75 0 53 447 54 50
Binary 10001001 111001 10010001 110 111101 0 101011 100100111 101100 101000

Color Harmonies of #893991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893991

Black with #893991

Text Example


Text Example

White with #893991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893991; }

 p { color: rgb(137,57,145); }

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

background-color css

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

 a { background-color: rgb(137,57,145); }

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

border-color css

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

 span { border-color: rgb(137,57,145); }

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