Html Css Color HEX #893DAC Vivid Violet

📋 copy color: '#893DAC'

red 137 ◦ green 61 ◦ blue 172

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

Shades of Vivid Violet #893DAC

Tints of Vivid Violet #893DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 37.03%
G = 16.49%
B = 46.49%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#893DAC (or 0x893DAC) is known color: Vivid Violet. HEX triplet: 89, 3D and AC. RGB value is (137,61,172). Sum of RGB (Red+Green+Blue) = 137+61+172=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #893DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893DAC is #76C253. Grayscale: #606060. Windows color (decimal): -7782996 or 11287945. OLE color: 11287945.

HSL color Cylindrical-coordinate representation of color #893DAC: hue angle of 281.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893DAC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 61 172 -
CMYK 0.20 0.65 0 0.33
HSL 281.08º 0.48% 0.46% -
HSV(B) 281.08º 0.65% 0.67% -
XYZ 19.43 11.63 40.25 -
YUV 96.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 137 61 172 0.20 0.65 0 0.33 281.08 0.48 0.46
Hex 89 3D AC 14 41 0 21 119 30 2E
Octal 211 75 254 24 101 0 41 431 60 56
Binary 10001001 111101 10101100 10100 1000001 0 100001 100011001 110000 101110

Color Harmonies of #893DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DAC

Black with #893DAC

Text Example


Text Example

White with #893DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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