Html Css Color HEX #895CCA Amethyst

📋 copy color: '#895CCA'

red 137 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #895CCA

Tints of Amethyst #895CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 31.79%
G = 21.35%
B = 46.87%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#895CCA (or 0x895CCA) is known color: Amethyst. HEX triplet: 89, 5C and CA. RGB value is (137,92,202). Sum of RGB (Red+Green+Blue) = 137+92+202=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #895CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CCA is #76A335. Grayscale: #757575. Windows color (decimal): -7775030 or 13261961. OLE color: 13261961.

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

Color convert

RGB 137 92 202 -
CMYK 0.32 0.54 0 0.21
HSL 264.55º 0.51% 0.58% -
HSV(B) 264.55º 0.54% 0.79% -
XYZ 24.8 17.24 57.9 -
YUV 118 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 137 92 202 0.32 0.54 0 0.21 264.55 0.51 0.58
Hex 89 5C CA 20 36 0 15 109 33 3A
Octal 211 134 312 40 66 0 25 411 63 72
Binary 10001001 1011100 11001010 100000 110110 0 10101 100001001 110011 111010

Color Harmonies of #895CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CCA

Black with #895CCA

Text Example


Text Example

White with #895CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,202); }

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

background-color css

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

 a { background-color: rgb(137,92,202); }

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

border-color css

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

 span { border-color: rgb(137,92,202); }

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