Html Css Color HEX #894CDA Amethyst

📋 copy color: '#894CDA'

red 137 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #894CDA

Tints of Amethyst #894CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 31.79%
G = 17.63%
B = 50.58%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#894CDA (or 0x894CDA) is known color: Amethyst. HEX triplet: 89, 4C and DA. RGB value is (137,76,218). Sum of RGB (Red+Green+Blue) = 137+76+218=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #894CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CDA is #76B325. Grayscale: #6D6D6D. Windows color (decimal): -7779110 or 14306441. OLE color: 14306441.

HSL color Cylindrical-coordinate representation of color #894CDA: hue angle of 265.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894CDA is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 76 218 -
CMYK 0.37 0.65 0 0.15
HSL 265.77º 0.66% 0.58% -
HSV(B) 265.77º 0.65% 0.85% -
XYZ 25.56 15.55 67.98 -
YUV 110.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 137 76 218 0.37 0.65 0 0.15 265.77 0.66 0.58
Hex 89 4C DA 25 41 0 F 10A 42 3A
Octal 211 114 332 45 101 0 17 412 102 72
Binary 10001001 1001100 11011010 100101 1000001 0 1111 100001010 1000010 111010

Color Harmonies of #894CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CDA

Black with #894CDA

Text Example


Text Example

White with #894CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894CDA; }

 p { color: rgb(137,76,218); }

 H1.HeaderClassName
 {
   color: #894CDA;
 }
 .AnyTagClassName
 {
   color: #894CDA;
 }
</style>

background-color css

<style>
 a { background-color: #894CDA; }

 a { background-color: rgb(137,76,218); }

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

border-color css

<style>
 span { border-color: #894CDA; }

 span { border-color: rgb(137,76,218); }

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