Html Css Color HEX #894FCF Amethyst

📋 copy color: '#894FCF'

red 137 ◦ green 79 ◦ blue 207

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

Shades of Amethyst #894FCF

Tints of Amethyst #894FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 32.39%
G = 18.68%
B = 48.94%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#894FCF (or 0x894FCF) is known color: Amethyst. HEX triplet: 89, 4F and CF. RGB value is (137,79,207). Sum of RGB (Red+Green+Blue) = 137+79+207=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #894FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FCF is #76B030. Grayscale: #6E6E6E. Windows color (decimal): -7778353 or 13586313. OLE color: 13586313.

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

Color convert

RGB 137 79 207 -
CMYK 0.34 0.62 0 0.19
HSL 267.19º 0.57% 0.56% -
HSV(B) 267.19º 0.62% 0.81% -
XYZ 24.38 15.42 60.72 -
YUV 110.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 137 79 207 0.34 0.62 0 0.19 267.19 0.57 0.56
Hex 89 4F CF 22 3E 0 13 10B 39 38
Octal 211 117 317 42 76 0 23 413 71 70
Binary 10001001 1001111 11001111 100010 111110 0 10011 100001011 111001 111000

Color Harmonies of #894FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FCF

Black with #894FCF

Text Example


Text Example

White with #894FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,79,207); }

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

background-color css

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

 a { background-color: rgb(137,79,207); }

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

border-color css

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

 span { border-color: rgb(137,79,207); }

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