Html Css Color HEX #8D50CD Amethyst

📋 copy color: '#8D50CD'

red 141 ◦ green 80 ◦ blue 205

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

Shades of Amethyst #8D50CD

Tints of Amethyst #8D50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 33.1%
G = 18.78%
B = 48.12%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D50CD (or 0x8D50CD) is known color: Amethyst. HEX triplet: 8D, 50 and CD. RGB value is (141,80,205). Sum of RGB (Red+Green+Blue) = 141+80+205=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50CD is #72AF32. Grayscale: #707070. Windows color (decimal): -7515955 or 13455501. OLE color: 13455501.

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

Color convert

RGB 141 80 205 -
CMYK 0.31 0.61 0 0.20
HSL 269.28º 0.56% 0.56% -
HSV(B) 269.28º 0.61% 0.8% -
XYZ 24.87 15.81 59.5 -
YUV 112.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 141 80 205 0.31 0.61 0 0.20 269.28 0.56 0.56
Hex 8D 50 CD 1F 3D 0 14 10D 38 38
Octal 215 120 315 37 75 0 24 415 70 70
Binary 10001101 1010000 11001101 11111 111101 0 10100 100001101 111000 111000

Color Harmonies of #8D50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D50CD

Black with #8D50CD

Text Example


Text Example

White with #8D50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,80,205); }

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

background-color css

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

 a { background-color: rgb(141,80,205); }

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

border-color css

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

 span { border-color: rgb(141,80,205); }

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