Html Css Color HEX #884DDD Amethyst

📋 copy color: '#884DDD'

red 136 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #884DDD

Tints of Amethyst #884DDD

RGB

 RED value IS 136 (53.52% from 255) = 31.34%

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 31.34%
G = 17.74%
B = 50.92%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884DDD (or 0x884DDD) is known color: Amethyst. HEX triplet: 88, 4D and DD. RGB value is (136,77,221). Sum of RGB (Red+Green+Blue) = 136+77+221=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #884DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DDD is #77B222. Grayscale: #6E6E6E. Windows color (decimal): -7844387 or 14503304. OLE color: 14503304.

HSL color Cylindrical-coordinate representation of color #884DDD: hue angle of 264.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884DDD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 77 221 -
CMYK 0.38 0.65 0 0.13
HSL 264.58º 0.68% 0.58% -
HSV(B) 264.58º 0.65% 0.87% -
XYZ 25.86 15.76 70.09 -
YUV 111.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 136 77 221 0.38 0.65 0 0.13 264.58 0.68 0.58
Hex 88 4D DD 26 41 0 D 109 44 3A
Octal 210 115 335 46 101 0 15 411 104 72
Binary 10001000 1001101 11011101 100110 1000001 0 1101 100001001 1000100 111010

Color Harmonies of #884DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DDD

Black with #884DDD

Text Example


Text Example

White with #884DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884DDD; }

 p { color: rgb(136,77,221); }

 H1.HeaderClassName
 {
   color: #884DDD;
 }
 .AnyTagClassName
 {
   color: #884DDD;
 }
</style>

background-color css

<style>
 a { background-color: #884DDD; }

 a { background-color: rgb(136,77,221); }

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

border-color css

<style>
 span { border-color: #884DDD; }

 span { border-color: rgb(136,77,221); }

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