Html Css Color HEX #894DCE Amethyst

📋 copy color: '#894DCE'

red 137 ◦ green 77 ◦ blue 206

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

Shades of Amethyst #894DCE

Tints of Amethyst #894DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.33%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 32.62%
G = 18.33%
B = 49.05%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#894DCE (or 0x894DCE) is known color: Amethyst. HEX triplet: 89, 4D and CE. RGB value is (137,77,206). Sum of RGB (Red+Green+Blue) = 137+77+206=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #894DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DCE is #76B231. Grayscale: #6D6D6D. Windows color (decimal): -7778866 or 13520265. OLE color: 13520265.

HSL color Cylindrical-coordinate representation of color #894DCE: hue angle of 267.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #894DCE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 77 206 -
CMYK 0.33 0.63 0 0.19
HSL 267.91º 0.57% 0.55% -
HSV(B) 267.91º 0.63% 0.81% -
XYZ 24.11 15.08 60.03 -
YUV 109.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 137 77 206 0.33 0.63 0 0.19 267.91 0.57 0.55
Hex 89 4D CE 21 3F 0 13 10C 39 37
Octal 211 115 316 41 77 0 23 414 71 67
Binary 10001001 1001101 11001110 100001 111111 0 10011 100001100 111001 110111

Color Harmonies of #894DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DCE

Black with #894DCE

Text Example


Text Example

White with #894DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,206); }

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

background-color css

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

 a { background-color: rgb(137,77,206); }

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

border-color css

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

 span { border-color: rgb(137,77,206); }

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