Html Css Color HEX #884FDC Amethyst

📋 copy color: '#884FDC'

red 136 ◦ green 79 ◦ blue 220

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

Shades of Amethyst #884FDC

Tints of Amethyst #884FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 31.26%
G = 18.16%
B = 50.57%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#884FDC (or 0x884FDC) is known color: Amethyst. HEX triplet: 88, 4F and DC. RGB value is (136,79,220). Sum of RGB (Red+Green+Blue) = 136+79+220=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #884FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FDC is #77B023. Grayscale: #6F6F6F. Windows color (decimal): -7843876 or 14438280. OLE color: 14438280.

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

Color convert

RGB 136 79 220 -
CMYK 0.38 0.64 0 0.14
HSL 264.26º 0.67% 0.59% -
HSV(B) 264.26º 0.64% 0.86% -
XYZ 25.87 15.99 69.43 -
YUV 112.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 136 79 220 0.38 0.64 0 0.14 264.26 0.67 0.59
Hex 88 4F DC 26 40 0 E 108 43 3B
Octal 210 117 334 46 100 0 16 410 103 73
Binary 10001000 1001111 11011100 100110 1000000 0 1110 100001000 1000011 111011

Color Harmonies of #884FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FDC

Black with #884FDC

Text Example


Text Example

White with #884FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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