Html Css Color HEX #8D51DD Amethyst

📋 copy color: '#8D51DD'

red 141 ◦ green 81 ◦ blue 221

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

Shades of Amethyst #8D51DD

Tints of Amethyst #8D51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 31.83%
G = 18.28%
B = 49.89%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D51DD (or 0x8D51DD) is known color: Amethyst. HEX triplet: 8D, 51 and DD. RGB value is (141,81,221). Sum of RGB (Red+Green+Blue) = 141+81+221=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D51DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D51DD is #72AE22. Grayscale: #727272. Windows color (decimal): -7515683 or 14504333. OLE color: 14504333.

HSL color Cylindrical-coordinate representation of color #8D51DD: hue angle of 265.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D51DD is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 81 221 -
CMYK 0.36 0.63 0 0.13
HSL 265.71º 0.67% 0.59% -
HSV(B) 265.71º 0.63% 0.87% -
XYZ 26.98 16.77 70.22 -
YUV 114.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 141 81 221 0.36 0.63 0 0.13 265.71 0.67 0.59
Hex 8D 51 DD 24 3F 0 D 10A 43 3B
Octal 215 121 335 44 77 0 15 412 103 73
Binary 10001101 1010001 11011101 100100 111111 0 1101 100001010 1000011 111011

Color Harmonies of #8D51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D51DD

Black with #8D51DD

Text Example


Text Example

White with #8D51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,81,221); }

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

background-color css

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

 a { background-color: rgb(141,81,221); }

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

border-color css

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

 span { border-color: rgb(141,81,221); }

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