Html Css Color HEX #884FCE Amethyst

📋 copy color: '#884FCE'

red 136 ◦ green 79 ◦ blue 206

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

Shades of Amethyst #884FCE

Tints of Amethyst #884FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 32.3%
G = 18.76%
B = 48.93%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#884FCE (or 0x884FCE) is known color: Amethyst. HEX triplet: 88, 4F and CE. RGB value is (136,79,206). Sum of RGB (Red+Green+Blue) = 136+79+206=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #884FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FCE is #77B031. Grayscale: #6E6E6E. Windows color (decimal): -7843890 or 13520776. OLE color: 13520776.

HSL color Cylindrical-coordinate representation of color #884FCE: hue angle of 266.93º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884FCE is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 79 206 -
CMYK 0.34 0.62 0 0.19
HSL 266.93º 0.56% 0.56% -
HSV(B) 266.93º 0.62% 0.81% -
XYZ 24.09 15.28 60.07 -
YUV 110.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 136 79 206 0.34 0.62 0 0.19 266.93 0.56 0.56
Hex 88 4F CE 22 3E 0 13 10B 38 38
Octal 210 117 316 42 76 0 23 413 70 70
Binary 10001000 1001111 11001110 100010 111110 0 10011 100001011 111000 111000

Color Harmonies of #884FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FCE

Black with #884FCE

Text Example


Text Example

White with #884FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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