Html Css Color HEX #895CCC Amethyst

📋 copy color: '#895CCC'

red 137 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #895CCC

Tints of Amethyst #895CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 31.64%
G = 21.25%
B = 47.11%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#895CCC (or 0x895CCC) is known color: Amethyst. HEX triplet: 89, 5C and CC. RGB value is (137,92,204). Sum of RGB (Red+Green+Blue) = 137+92+204=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #895CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CCC is #76A333. Grayscale: #757575. Windows color (decimal): -7775028 or 13393033. OLE color: 13393033.

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

Color convert

RGB 137 92 204 -
CMYK 0.33 0.55 0 0.2
HSL 264.11º 0.52% 0.58% -
HSV(B) 264.11º 0.55% 0.8% -
XYZ 25.04 17.33 59.15 -
YUV 118.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 137 92 204 0.33 0.55 0 0.2 264.11 0.52 0.58
Hex 89 5C CC 21 37 0 14 108 34 3A
Octal 211 134 314 41 67 0 24 410 64 72
Binary 10001001 1011100 11001100 100001 110111 0 10100 100001000 110100 111010

Color Harmonies of #895CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CCC

Black with #895CCC

Text Example


Text Example

White with #895CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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