Html Css Color HEX #895FCD Amethyst

📋 copy color: '#895FCD'

red 137 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #895FCD

Tints of Amethyst #895FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

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

R = 31.35%
G = 21.74%
B = 46.91%

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

#895FCD (or 0x895FCD) is known color: Amethyst. HEX triplet: 89, 5F and CD. RGB value is (137,95,205). Sum of RGB (Red+Green+Blue) = 137+95+205=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #895FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FCD is #76A032. Grayscale: #777777. Windows color (decimal): -7774259 or 13459337. OLE color: 13459337.

HSL color Cylindrical-coordinate representation of color #895FCD: hue angle of 262.91º degrees, saturation: 0.52, 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 #895FCD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 95 205 -
CMYK 0.33 0.54 0 0.20
HSL 262.91º 0.52% 0.59% -
HSV(B) 262.91º 0.54% 0.8% -
XYZ 25.43 17.91 59.87 -
YUV 120.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 137 95 205 0.33 0.54 0 0.20 262.91 0.52 0.59
Hex 89 5F CD 21 36 0 14 107 34 3B
Octal 211 137 315 41 66 0 24 407 64 73
Binary 10001001 1011111 11001101 100001 110110 0 10100 100000111 110100 111011

Color Harmonies of #895FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FCD

Black with #895FCD

Text Example


Text Example

White with #895FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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