Html Css Color HEX #895DCC Amethyst

📋 copy color: '#895DCC'

red 137 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #895DCC

Tints of Amethyst #895DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 31.57%
G = 21.43%
B = 47%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#895DCC (or 0x895DCC) is known color: Amethyst. HEX triplet: 89, 5D and CC. RGB value is (137,93,204). Sum of RGB (Red+Green+Blue) = 137+93+204=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #895DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DCC is #76A233. Grayscale: #767676. Windows color (decimal): -7774772 or 13393289. OLE color: 13393289.

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

Color convert

RGB 137 93 204 -
CMYK 0.33 0.54 0 0.2
HSL 263.78º 0.52% 0.58% -
HSV(B) 263.78º 0.54% 0.8% -
XYZ 25.13 17.51 59.18 -
YUV 118.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 137 93 204 0.33 0.54 0 0.2 263.78 0.52 0.58
Hex 89 5D CC 21 36 0 14 108 34 3A
Octal 211 135 314 41 66 0 24 410 64 72
Binary 10001001 1011101 11001100 100001 110110 0 10100 100001000 110100 111010

Color Harmonies of #895DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DCC

Black with #895DCC

Text Example


Text Example

White with #895DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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