Html Css Color HEX #893FA1 Vivid Violet

📋 copy color: '#893FA1'

red 137 ◦ green 63 ◦ blue 161

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

Shades of Vivid Violet #893FA1

Tints of Vivid Violet #893FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 161 (63.28% from 255) = 44.6%

R = 37.95%
G = 17.45%
B = 44.6%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#893FA1 (or 0x893FA1) is known color: Vivid Violet. HEX triplet: 89, 3F and A1. RGB value is (137,63,161). Sum of RGB (Red+Green+Blue) = 137+63+161=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 161 - color contains mainly: blue. Hex color #893FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893FA1 is #76C05E. Grayscale: #5F5F5F. Windows color (decimal): -7782495 or 10567561. OLE color: 10567561.

HSL color Cylindrical-coordinate representation of color #893FA1: hue angle of 285.31º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893FA1 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 63 161 -
CMYK 0.15 0.61 0 0.37
HSL 285.31º 0.44% 0.44% -
HSV(B) 285.31º 0.61% 0.63% -
XYZ 18.53 11.45 34.95 -
YUV 96.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 137 63 161 0.15 0.61 0 0.37 285.31 0.44 0.44
Hex 89 3F A1 F 3D 0 25 11D 2C 2C
Octal 211 77 241 17 75 0 45 435 54 54
Binary 10001001 111111 10100001 1111 111101 0 100101 100011101 101100 101100

Color Harmonies of #893FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FA1

Black with #893FA1

Text Example


Text Example

White with #893FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893FA1; }

 p { color: rgb(137,63,161); }

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

background-color css

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

 a { background-color: rgb(137,63,161); }

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

border-color css

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

 span { border-color: rgb(137,63,161); }

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