Html Css Color HEX #895ECB Amethyst

📋 copy color: '#895ECB'

red 137 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #895ECB

Tints of Amethyst #895ECB

RGB

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

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

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

R = 31.57%
G = 21.66%
B = 46.77%

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

#895ECB (or 0x895ECB) is known color: Amethyst. HEX triplet: 89, 5E and CB. RGB value is (137,94,203). Sum of RGB (Red+Green+Blue) = 137+94+203=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #895ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ECB is #76A134. Grayscale: #767676. Windows color (decimal): -7774517 or 13328009. OLE color: 13328009.

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

Color convert

RGB 137 94 203 -
CMYK 0.33 0.54 0 0.20
HSL 263.67º 0.51% 0.58% -
HSV(B) 263.67º 0.54% 0.8% -
XYZ 25.1 17.64 58.58 -
YUV 119.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 137 94 203 0.33 0.54 0 0.20 263.67 0.51 0.58
Hex 89 5E CB 21 36 0 14 108 33 3A
Octal 211 136 313 41 66 0 24 410 63 72
Binary 10001001 1011110 11001011 100001 110110 0 10100 100001000 110011 111010

Color Harmonies of #895ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895ECB

Black with #895ECB

Text Example


Text Example

White with #895ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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