Html Css Color HEX #893CAA Vivid Violet

📋 copy color: '#893CAA'

red 137 ◦ green 60 ◦ blue 170

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

Shades of Vivid Violet #893CAA

Tints of Vivid Violet #893CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 37.33%
G = 16.35%
B = 46.32%

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

#893CAA (or 0x893CAA) is known color: Vivid Violet. HEX triplet: 89, 3C and AA. RGB value is (137,60,170). Sum of RGB (Red+Green+Blue) = 137+60+170=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #893CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CAA is #76C355. Grayscale: #5F5F5F. Windows color (decimal): -7783254 or 11156617. OLE color: 11156617.

HSL color Cylindrical-coordinate representation of color #893CAA: hue angle of 282º 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 #893CAA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 60 170 -
CMYK 0.19 0.65 0 0.33
HSL 282º 0.48% 0.45% -
HSV(B) 282º 0.65% 0.67% -
XYZ 19.19 11.45 39.23 -
YUV 95.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 137 60 170 0.19 0.65 0 0.33 282 0.48 0.45
Hex 89 3C AA 13 41 0 21 11A 30 2D
Octal 211 74 252 23 101 0 41 432 60 55
Binary 10001001 111100 10101010 10011 1000001 0 100001 100011010 110000 101101

Color Harmonies of #893CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CAA

Black with #893CAA

Text Example


Text Example

White with #893CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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