Html Css Color HEX #8D50CC Amethyst

📋 copy color: '#8D50CC'

red 141 ◦ green 80 ◦ blue 204

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

Shades of Amethyst #8D50CC

Tints of Amethyst #8D50CC

RGB

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

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

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

R = 33.18%
G = 18.82%
B = 48%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D50CC (or 0x8D50CC) is known color: Amethyst. HEX triplet: 8D, 50 and CC. RGB value is (141,80,204). Sum of RGB (Red+Green+Blue) = 141+80+204=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50CC is #72AF33. Grayscale: #6F6F6F. Windows color (decimal): -7515956 or 13389965. OLE color: 13389965.

HSL color Cylindrical-coordinate representation of color #8D50CC: hue angle of 269.52º degrees, saturation: 0.55, 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 #8D50CC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 80 204 -
CMYK 0.31 0.61 0 0.2
HSL 269.52º 0.55% 0.56% -
HSV(B) 269.52º 0.61% 0.8% -
XYZ 24.75 15.76 58.86 -
YUV 112.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 141 80 204 0.31 0.61 0 0.2 269.52 0.55 0.56
Hex 8D 50 CC 1F 3D 0 14 10E 37 38
Octal 215 120 314 37 75 0 24 416 67 70
Binary 10001101 1010000 11001100 11111 111101 0 10100 100001110 110111 111000

Color Harmonies of #8D50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D50CC

Black with #8D50CC

Text Example


Text Example

White with #8D50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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