Html Css Color HEX #884FCF Amethyst

📋 copy color: '#884FCF'

red 136 ◦ green 79 ◦ blue 207

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

Shades of Amethyst #884FCF

Tints of Amethyst #884FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 32.23%
G = 18.72%
B = 49.05%

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

#884FCF (or 0x884FCF) is known color: Amethyst. HEX triplet: 88, 4F and CF. RGB value is (136,79,207). Sum of RGB (Red+Green+Blue) = 136+79+207=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #884FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FCF is #77B030. Grayscale: #6E6E6E. Windows color (decimal): -7843889 or 13586312. OLE color: 13586312.

HSL color Cylindrical-coordinate representation of color #884FCF: hue angle of 266.72º degrees, saturation: 0.57, 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 #884FCF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 79 207 -
CMYK 0.34 0.62 0 0.19
HSL 266.72º 0.57% 0.56% -
HSV(B) 266.72º 0.62% 0.81% -
XYZ 24.21 15.33 60.71 -
YUV 110.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 136 79 207 0.34 0.62 0 0.19 266.72 0.57 0.56
Hex 88 4F CF 22 3E 0 13 10B 39 38
Octal 210 117 317 42 76 0 23 413 71 70
Binary 10001000 1001111 11001111 100010 111110 0 10011 100001011 111001 111000

Color Harmonies of #884FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FCF

Black with #884FCF

Text Example


Text Example

White with #884FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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