Html Css Color HEX #893DAA Vivid Violet

📋 copy color: '#893DAA'

red 137 ◦ green 61 ◦ blue 170

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

Shades of Vivid Violet #893DAA

Tints of Vivid Violet #893DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 37.23%
G = 16.58%
B = 46.2%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#893DAA (or 0x893DAA) is known color: Vivid Violet. HEX triplet: 89, 3D and AA. RGB value is (137,61,170). Sum of RGB (Red+Green+Blue) = 137+61+170=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #893DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893DAA is #76C255. Grayscale: #5F5F5F. Windows color (decimal): -7782998 or 11156873. OLE color: 11156873.

HSL color Cylindrical-coordinate representation of color #893DAA: hue angle of 281.83º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893DAA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 61 170 -
CMYK 0.19 0.64 0 0.33
HSL 281.83º 0.47% 0.45% -
HSV(B) 281.83º 0.64% 0.67% -
XYZ 19.24 11.56 39.25 -
YUV 96.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 137 61 170 0.19 0.64 0 0.33 281.83 0.47 0.45
Hex 89 3D AA 13 40 0 21 11A 2F 2D
Octal 211 75 252 23 100 0 41 432 57 55
Binary 10001001 111101 10101010 10011 1000000 0 100001 100011010 101111 101101

Color Harmonies of #893DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DAA

Black with #893DAA

Text Example


Text Example

White with #893DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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