Html Css Color HEX #884FDF Amethyst

📋 copy color: '#884FDF'

red 136 ◦ green 79 ◦ blue 223

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

Shades of Amethyst #884FDF

Tints of Amethyst #884FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 31.05%
G = 18.04%
B = 50.91%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884FDF (or 0x884FDF) is known color: Amethyst. HEX triplet: 88, 4F and DF. RGB value is (136,79,223). Sum of RGB (Red+Green+Blue) = 136+79+223=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #884FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FDF is #77B020. Grayscale: #6F6F6F. Windows color (decimal): -7843873 or 14634888. OLE color: 14634888.

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

Color convert

RGB 136 79 223 -
CMYK 0.39 0.65 0 0.13
HSL 263.75º 0.69% 0.59% -
HSV(B) 263.75º 0.65% 0.87% -
XYZ 26.27 16.15 71.55 -
YUV 112.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 136 79 223 0.39 0.65 0 0.13 263.75 0.69 0.59
Hex 88 4F DF 27 41 0 D 108 45 3B
Octal 210 117 337 47 101 0 15 410 105 73
Binary 10001000 1001111 11011111 100111 1000001 0 1101 100001000 1000101 111011

Color Harmonies of #884FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FDF

Black with #884FDF

Text Example


Text Example

White with #884FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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