Html Css Color HEX #894BCF Amethyst

📋 copy color: '#894BCF'

red 137 ◦ green 75 ◦ blue 207

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

Shades of Amethyst #894BCF

Tints of Amethyst #894BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.9%

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

R = 32.7%
G = 17.9%
B = 49.4%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#894BCF (or 0x894BCF) is known color: Amethyst. HEX triplet: 89, 4B and CF. RGB value is (137,75,207). Sum of RGB (Red+Green+Blue) = 137+75+207=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #894BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894BCF is #76B430. Grayscale: #6C6C6C. Windows color (decimal): -7779377 or 13585289. OLE color: 13585289.

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

Color convert

RGB 137 75 207 -
CMYK 0.34 0.64 0 0.19
HSL 268.18º 0.58% 0.55% -
HSV(B) 268.18º 0.64% 0.81% -
XYZ 24.1 14.86 60.63 -
YUV 108.59 183.54 148.27 -
System Red Green Blue C M Y K H S L
Decimal 137 75 207 0.34 0.64 0 0.19 268.18 0.58 0.55
Hex 89 4B CF 22 40 0 13 10C 3A 37
Octal 211 113 317 42 100 0 23 414 72 67
Binary 10001001 1001011 11001111 100010 1000000 0 10011 100001100 111010 110111

Color Harmonies of #894BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894BCF

Black with #894BCF

Text Example


Text Example

White with #894BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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