Html Css Color HEX #895ECD Amethyst

📋 copy color: '#895ECD'

red 137 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #895ECD

Tints of Amethyst #895ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 31.42%
G = 21.56%
B = 47.02%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#895ECD (or 0x895ECD) is known color: Amethyst. HEX triplet: 89, 5E and CD. RGB value is (137,94,205). Sum of RGB (Red+Green+Blue) = 137+94+205=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #895ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ECD is #76A132. Grayscale: #777777. Windows color (decimal): -7774515 or 13459081. OLE color: 13459081.

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

Color convert

RGB 137 94 205 -
CMYK 0.33 0.54 0 0.20
HSL 263.24º 0.53% 0.59% -
HSV(B) 263.24º 0.54% 0.8% -
XYZ 25.34 17.73 59.84 -
YUV 119.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 137 94 205 0.33 0.54 0 0.20 263.24 0.53 0.59
Hex 89 5E CD 21 36 0 14 107 35 3B
Octal 211 136 315 41 66 0 24 407 65 73
Binary 10001001 1011110 11001101 100001 110110 0 10100 100000111 110101 111011

Color Harmonies of #895ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895ECD

Black with #895ECD

Text Example


Text Example

White with #895ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895ECD; }

 p { color: rgb(137,94,205); }

 H1.HeaderClassName
 {
   color: #895ECD;
 }
 .AnyTagClassName
 {
   color: #895ECD;
 }
</style>

background-color css

<style>
 a { background-color: #895ECD; }

 a { background-color: rgb(137,94,205); }

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

border-color css

<style>
 span { border-color: #895ECD; }

 span { border-color: rgb(137,94,205); }

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