Html Css Color HEX #8D52CD Amethyst

📋 copy color: '#8D52CD'

red 141 ◦ green 82 ◦ blue 205

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

Shades of Amethyst #8D52CD

Tints of Amethyst #8D52CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

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

R = 32.94%
G = 19.16%
B = 47.9%

CMYK

 C value IS 0.31

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D52CD (or 0x8D52CD) is known color: Amethyst. HEX triplet: 8D, 52 and CD. RGB value is (141,82,205). Sum of RGB (Red+Green+Blue) = 141+82+205=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52CD is #72AD32. Grayscale: #717171. Windows color (decimal): -7515443 or 13456013. OLE color: 13456013.

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

Color convert

RGB 141 82 205 -
CMYK 0.31 0.6 0 0.20
HSL 268.78º 0.55% 0.56% -
HSV(B) 268.78º 0.6% 0.8% -
XYZ 25.02 16.11 59.55 -
YUV 113.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 141 82 205 0.31 0.6 0 0.20 268.78 0.55 0.56
Hex 8D 52 CD 1F 3C 0 14 10D 37 38
Octal 215 122 315 37 74 0 24 415 67 70
Binary 10001101 1010010 11001101 11111 111100 0 10100 100001101 110111 111000

Color Harmonies of #8D52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52CD

Black with #8D52CD

Text Example


Text Example

White with #8D52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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