Html Css Color HEX #884FDD Amethyst

📋 copy color: '#884FDD'

red 136 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #884FDD

Tints of Amethyst #884FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 31.19%
G = 18.12%
B = 50.69%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884FDD (or 0x884FDD) is known color: Amethyst. HEX triplet: 88, 4F and DD. RGB value is (136,79,221). Sum of RGB (Red+Green+Blue) = 136+79+221=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #884FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FDD is #77B022. Grayscale: #6F6F6F. Windows color (decimal): -7843875 or 14503816. OLE color: 14503816.

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

Color convert

RGB 136 79 221 -
CMYK 0.38 0.64 0 0.13
HSL 264.08º 0.68% 0.59% -
HSV(B) 264.08º 0.64% 0.87% -
XYZ 26 16.05 70.13 -
YUV 112.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 136 79 221 0.38 0.64 0 0.13 264.08 0.68 0.59
Hex 88 4F DD 26 40 0 D 108 44 3B
Octal 210 117 335 46 100 0 15 410 104 73
Binary 10001000 1001111 11011101 100110 1000000 0 1101 100001000 1000100 111011

Color Harmonies of #884FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FDD

Black with #884FDD

Text Example


Text Example

White with #884FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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