Html Css Color HEX #895DCB Amethyst

📋 copy color: '#895DCB'

red 137 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #895DCB

Tints of Amethyst #895DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 31.64%
G = 21.48%
B = 46.88%

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

#895DCB (or 0x895DCB) is known color: Amethyst. HEX triplet: 89, 5D and CB. RGB value is (137,93,203). Sum of RGB (Red+Green+Blue) = 137+93+203=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #895DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DCB is #76A234. Grayscale: #767676. Windows color (decimal): -7774773 or 13327753. OLE color: 13327753.

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

Color convert

RGB 137 93 203 -
CMYK 0.33 0.54 0 0.20
HSL 264º 0.51% 0.58% -
HSV(B) 264º 0.54% 0.8% -
XYZ 25.01 17.46 58.55 -
YUV 118.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 137 93 203 0.33 0.54 0 0.20 264 0.51 0.58
Hex 89 5D CB 21 36 0 14 108 33 3A
Octal 211 135 313 41 66 0 24 410 63 72
Binary 10001001 1011101 11001011 100001 110110 0 10100 100001000 110011 111010

Color Harmonies of #895DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DCB

Black with #895DCB

Text Example


Text Example

White with #895DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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