Html Css Color HEX #894FCB Amethyst

📋 copy color: '#894FCB'

red 137 ◦ green 79 ◦ blue 203

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

Shades of Amethyst #894FCB

Tints of Amethyst #894FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 32.7%
G = 18.85%
B = 48.45%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#894FCB (or 0x894FCB) is known color: Amethyst. HEX triplet: 89, 4F and CB. RGB value is (137,79,203). Sum of RGB (Red+Green+Blue) = 137+79+203=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #894FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FCB is #76B034. Grayscale: #6E6E6E. Windows color (decimal): -7778357 or 13324169. OLE color: 13324169.

HSL color Cylindrical-coordinate representation of color #894FCB: hue angle of 268.06º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894FCB is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 79 203 -
CMYK 0.33 0.61 0 0.20
HSL 268.06º 0.54% 0.55% -
HSV(B) 268.06º 0.61% 0.8% -
XYZ 23.89 15.22 58.18 -
YUV 110.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 137 79 203 0.33 0.61 0 0.20 268.06 0.54 0.55
Hex 89 4F CB 21 3D 0 14 10C 36 37
Octal 211 117 313 41 75 0 24 414 66 67
Binary 10001001 1001111 11001011 100001 111101 0 10100 100001100 110110 110111

Color Harmonies of #894FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FCB

Black with #894FCB

Text Example


Text Example

White with #894FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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