Html Css Color HEX #8D60C9 Amethyst

📋 copy color: '#8D60C9'

red 141 ◦ green 96 ◦ blue 201

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

Shades of Amethyst #8D60C9

Tints of Amethyst #8D60C9

RGB

 RED value IS 141 (55.47% from 255) = 32.19%

 GREEN value IS 96 (37.89% from 255) = 21.92%

 BLUE value IS 201 (78.91% from 255) = 45.89%

R = 32.19%
G = 21.92%
B = 45.89%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D60C9 (or 0x8D60C9) is known color: Amethyst. HEX triplet: 8D, 60 and C9. RGB value is (141,96,201). Sum of RGB (Red+Green+Blue) = 141+96+201=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D60C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60C9 is #729F36. Grayscale: #797979. Windows color (decimal): -7511863 or 13197453. OLE color: 13197453.

HSL color Cylindrical-coordinate representation of color #8D60C9: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D60C9 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 96 201 -
CMYK 0.30 0.52 0 0.21
HSL 265.71º 0.49% 0.58% -
HSV(B) 265.71º 0.52% 0.79% -
XYZ 25.71 18.25 57.43 -
YUV 121.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 141 96 201 0.30 0.52 0 0.21 265.71 0.49 0.58
Hex 8D 60 C9 1E 34 0 15 10A 31 3A
Octal 215 140 311 36 64 0 25 412 61 72
Binary 10001101 1100000 11001001 11110 110100 0 10101 100001010 110001 111010

Color Harmonies of #8D60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D60C9

Black with #8D60C9

Text Example


Text Example

White with #8D60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D60C9; }

 p { color: rgb(141,96,201); }

 H1.HeaderClassName
 {
   color: #8D60C9;
 }
 .AnyTagClassName
 {
   color: #8D60C9;
 }
</style>

background-color css

<style>
 a { background-color: #8D60C9; }

 a { background-color: rgb(141,96,201); }

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

border-color css

<style>
 span { border-color: #8D60C9; }

 span { border-color: rgb(141,96,201); }

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