Html Css Color HEX #893DA1 Vivid Violet

📋 copy color: '#893DA1'

red 137 ◦ green 61 ◦ blue 161

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

Shades of Vivid Violet #893DA1

Tints of Vivid Violet #893DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

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

R = 38.16%
G = 16.99%
B = 44.85%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#893DA1 (or 0x893DA1) is known color: Vivid Violet. HEX triplet: 89, 3D and A1. RGB value is (137,61,161). Sum of RGB (Red+Green+Blue) = 137+61+161=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 161 - color contains mainly: blue. Hex color #893DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893DA1 is #76C25E. Grayscale: #5E5E5E. Windows color (decimal): -7783007 or 10567049. OLE color: 10567049.

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

Color convert

RGB 137 61 161 -
CMYK 0.15 0.62 0 0.37
HSL 285.6º 0.45% 0.44% -
HSV(B) 285.6º 0.62% 0.63% -
XYZ 18.42 11.23 34.91 -
YUV 95.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 137 61 161 0.15 0.62 0 0.37 285.6 0.45 0.44
Hex 89 3D A1 F 3E 0 25 11E 2D 2C
Octal 211 75 241 17 76 0 45 436 55 54
Binary 10001001 111101 10100001 1111 111110 0 100101 100011110 101101 101100

Color Harmonies of #893DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DA1

Black with #893DA1

Text Example


Text Example

White with #893DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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