Html Css Color HEX #895FCB Amethyst

📋 copy color: '#895FCB'

red 137 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #895FCB

Tints of Amethyst #895FCB

RGB

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

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

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

R = 31.49%
G = 21.84%
B = 46.67%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#895FCB (or 0x895FCB) is known color: Amethyst. HEX triplet: 89, 5F and CB. RGB value is (137,95,203). Sum of RGB (Red+Green+Blue) = 137+95+203=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #895FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FCB is #76A034. Grayscale: #777777. Windows color (decimal): -7774261 or 13328265. OLE color: 13328265.

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

Color convert

RGB 137 95 203 -
CMYK 0.33 0.53 0 0.20
HSL 263.33º 0.51% 0.58% -
HSV(B) 263.33º 0.53% 0.8% -
XYZ 25.19 17.81 58.61 -
YUV 119.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 137 95 203 0.33 0.53 0 0.20 263.33 0.51 0.58
Hex 89 5F CB 21 35 0 14 107 33 3A
Octal 211 137 313 41 65 0 24 407 63 72
Binary 10001001 1011111 11001011 100001 110101 0 10100 100000111 110011 111010

Color Harmonies of #895FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FCB

Black with #895FCB

Text Example


Text Example

White with #895FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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