Html Css Color HEX #893BAA Vivid Violet

📋 copy color: '#893BAA'

red 137 ◦ green 59 ◦ blue 170

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

Shades of Vivid Violet #893BAA

Tints of Vivid Violet #893BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.12%

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

R = 37.43%
G = 16.12%
B = 46.45%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#893BAA (or 0x893BAA) is known color: Vivid Violet. HEX triplet: 89, 3B and AA. RGB value is (137,59,170). Sum of RGB (Red+Green+Blue) = 137+59+170=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #893BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893BAA is #76C455. Grayscale: #5E5E5E. Windows color (decimal): -7783510 or 11156361. OLE color: 11156361.

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

Color convert

RGB 137 59 170 -
CMYK 0.19 0.65 0 0.33
HSL 282.16º 0.48% 0.45% -
HSV(B) 282.16º 0.65% 0.67% -
XYZ 19.14 11.35 39.21 -
YUV 94.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 137 59 170 0.19 0.65 0 0.33 282.16 0.48 0.45
Hex 89 3B AA 13 41 0 21 11A 30 2D
Octal 211 73 252 23 101 0 41 432 60 55
Binary 10001001 111011 10101010 10011 1000001 0 100001 100011010 110000 101101

Color Harmonies of #893BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BAA

Black with #893BAA

Text Example


Text Example

White with #893BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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