Html Css Color HEX #895BCD Amethyst

📋 copy color: '#895BCD'

red 137 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #895BCD

Tints of Amethyst #895BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.02%

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

R = 31.64%
G = 21.02%
B = 47.34%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#895BCD (or 0x895BCD) is known color: Amethyst. HEX triplet: 89, 5B and CD. RGB value is (137,91,205). Sum of RGB (Red+Green+Blue) = 137+91+205=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #895BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BCD is #76A432. Grayscale: #757575. Windows color (decimal): -7775283 or 13458313. OLE color: 13458313.

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

Color convert

RGB 137 91 205 -
CMYK 0.33 0.56 0 0.20
HSL 264.21º 0.53% 0.58% -
HSV(B) 264.21º 0.56% 0.8% -
XYZ 25.08 17.21 59.76 -
YUV 117.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 137 91 205 0.33 0.56 0 0.20 264.21 0.53 0.58
Hex 89 5B CD 21 38 0 14 108 35 3A
Octal 211 133 315 41 70 0 24 410 65 72
Binary 10001001 1011011 11001101 100001 111000 0 10100 100001000 110101 111010

Color Harmonies of #895BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895BCD

Black with #895BCD

Text Example


Text Example

White with #895BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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