Html Css Color HEX #895EC6 Amethyst

📋 copy color: '#895EC6'

red 137 ◦ green 94 ◦ blue 198

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

Shades of Amethyst #895EC6

Tints of Amethyst #895EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.15%

R = 31.93%
G = 21.91%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#895EC6 (or 0x895EC6) is known color: Amethyst. HEX triplet: 89, 5E and C6. RGB value is (137,94,198). Sum of RGB (Red+Green+Blue) = 137+94+198=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #895EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EC6 is #76A139. Grayscale: #767676. Windows color (decimal): -7774522 or 13000329. OLE color: 13000329.

HSL color Cylindrical-coordinate representation of color #895EC6: hue angle of 264.81º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895EC6 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 94 198 -
CMYK 0.31 0.53 0 0.22
HSL 264.81º 0.48% 0.57% -
HSV(B) 264.81º 0.53% 0.78% -
XYZ 24.51 17.4 55.49 -
YUV 118.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 137 94 198 0.31 0.53 0 0.22 264.81 0.48 0.57
Hex 89 5E C6 1F 35 0 16 109 30 39
Octal 211 136 306 37 65 0 26 411 60 71
Binary 10001001 1011110 11000110 11111 110101 0 10110 100001001 110000 111001

Color Harmonies of #895EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895EC6

Black with #895EC6

Text Example


Text Example

White with #895EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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