Html Css Color HEX #8D64CD Amethyst

📋 copy color: '#8D64CD'

red 141 ◦ green 100 ◦ blue 205

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

Shades of Amethyst #8D64CD

Tints of Amethyst #8D64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.42%

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

R = 31.61%
G = 22.42%
B = 45.96%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D64CD (or 0x8D64CD) is known color: Amethyst. HEX triplet: 8D, 64 and CD. RGB value is (141,100,205). Sum of RGB (Red+Green+Blue) = 141+100+205=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D64CD is #729B32. Grayscale: #7B7B7B. Windows color (decimal): -7510835 or 13460621. OLE color: 13460621.

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

Color convert

RGB 141 100 205 -
CMYK 0.31 0.51 0 0.20
HSL 263.43º 0.51% 0.6% -
HSV(B) 263.43º 0.51% 0.8% -
XYZ 26.56 19.18 60.06 -
YUV 124.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 141 100 205 0.31 0.51 0 0.20 263.43 0.51 0.6
Hex 8D 64 CD 1F 33 0 14 107 33 3C
Octal 215 144 315 37 63 0 24 407 63 74
Binary 10001101 1100100 11001101 11111 110011 0 10100 100000111 110011 111100

Color Harmonies of #8D64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D64CD

Black with #8D64CD

Text Example


Text Example

White with #8D64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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