Html Css Color HEX #884CCF Amethyst

📋 copy color: '#884CCF'

red 136 ◦ green 76 ◦ blue 207

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

Shades of Amethyst #884CCF

Tints of Amethyst #884CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

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

R = 32.46%
G = 18.14%
B = 49.4%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#884CCF (or 0x884CCF) is known color: Amethyst. HEX triplet: 88, 4C and CF. RGB value is (136,76,207). Sum of RGB (Red+Green+Blue) = 136+76+207=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #884CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CCF is #77B330. Grayscale: #6C6C6C. Windows color (decimal): -7844657 or 13585544. OLE color: 13585544.

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

Color convert

RGB 136 76 207 -
CMYK 0.34 0.63 0 0.19
HSL 267.48º 0.58% 0.55% -
HSV(B) 267.48º 0.63% 0.81% -
XYZ 24 14.91 60.64 -
YUV 108.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 136 76 207 0.34 0.63 0 0.19 267.48 0.58 0.55
Hex 88 4C CF 22 3F 0 13 10B 3A 37
Octal 210 114 317 42 77 0 23 413 72 67
Binary 10001000 1001100 11001111 100010 111111 0 10011 100001011 111010 110111

Color Harmonies of #884CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CCF

Black with #884CCF

Text Example


Text Example

White with #884CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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