Html Css Color HEX #884FD6 Amethyst

📋 copy color: '#884FD6'

red 136 ◦ green 79 ◦ blue 214

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

Shades of Amethyst #884FD6

Tints of Amethyst #884FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.88%

R = 31.7%
G = 18.41%
B = 49.88%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#884FD6 (or 0x884FD6) is known color: Amethyst. HEX triplet: 88, 4F and D6. RGB value is (136,79,214). Sum of RGB (Red+Green+Blue) = 136+79+214=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #884FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FD6 is #77B029. Grayscale: #6E6E6E. Windows color (decimal): -7843882 or 14045064. OLE color: 14045064.

HSL color Cylindrical-coordinate representation of color #884FD6: hue angle of 265.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884FD6 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 79 214 -
CMYK 0.36 0.63 0 0.16
HSL 265.33º 0.62% 0.57% -
HSV(B) 265.33º 0.63% 0.84% -
XYZ 25.09 15.68 65.32 -
YUV 111.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 136 79 214 0.36 0.63 0 0.16 265.33 0.62 0.57
Hex 88 4F D6 24 3F 0 10 109 3E 39
Octal 210 117 326 44 77 0 20 411 76 71
Binary 10001000 1001111 11010110 100100 111111 0 10000 100001001 111110 111001

Color Harmonies of #884FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FD6

Black with #884FD6

Text Example


Text Example

White with #884FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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