Html Css Color HEX #8D5ACC Amethyst

📋 copy color: '#8D5ACC'

red 141 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #8D5ACC

Tints of Amethyst #8D5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

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

R = 32.41%
G = 20.69%
B = 46.9%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D5ACC (or 0x8D5ACC) is known color: Amethyst. HEX triplet: 8D, 5A and CC. RGB value is (141,90,204). Sum of RGB (Red+Green+Blue) = 141+90+204=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ACC is #72A533. Grayscale: #757575. Windows color (decimal): -7513396 or 13392525. OLE color: 13392525.

HSL color Cylindrical-coordinate representation of color #8D5ACC: hue angle of 266.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5ACC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 90 204 -
CMYK 0.31 0.56 0 0.2
HSL 266.84º 0.53% 0.58% -
HSV(B) 266.84º 0.56% 0.8% -
XYZ 25.54 17.33 59.13 -
YUV 118.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 141 90 204 0.31 0.56 0 0.2 266.84 0.53 0.58
Hex 8D 5A CC 1F 38 0 14 10B 35 3A
Octal 215 132 314 37 70 0 24 413 65 72
Binary 10001101 1011010 11001100 11111 111000 0 10100 100001011 110101 111010

Color Harmonies of #8D5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5ACC

Black with #8D5ACC

Text Example


Text Example

White with #8D5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,204); }

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

background-color css

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

 a { background-color: rgb(141,90,204); }

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

border-color css

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

 span { border-color: rgb(141,90,204); }

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