Html Css Color HEX #8D5FCA Amethyst

📋 copy color: '#8D5FCA'

red 141 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #8D5FCA

Tints of Amethyst #8D5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 32.19%
G = 21.69%
B = 46.12%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D5FCA (or 0x8D5FCA) is known color: Amethyst. HEX triplet: 8D, 5F and CA. RGB value is (141,95,202). Sum of RGB (Red+Green+Blue) = 141+95+202=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FCA is #72A035. Grayscale: #787878. Windows color (decimal): -7512118 or 13262733. OLE color: 13262733.

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

Color convert

RGB 141 95 202 -
CMYK 0.30 0.53 0 0.21
HSL 265.79º 0.5% 0.58% -
HSV(B) 265.79º 0.53% 0.79% -
XYZ 25.74 18.11 58.02 -
YUV 120.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 141 95 202 0.30 0.53 0 0.21 265.79 0.5 0.58
Hex 8D 5F CA 1E 35 0 15 10A 32 3A
Octal 215 137 312 36 65 0 25 412 62 72
Binary 10001101 1011111 11001010 11110 110101 0 10101 100001010 110010 111010

Color Harmonies of #8D5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5FCA

Black with #8D5FCA

Text Example


Text Example

White with #8D5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,95,202); }

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

background-color css

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

 a { background-color: rgb(141,95,202); }

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

border-color css

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

 span { border-color: rgb(141,95,202); }

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