Html Css Color HEX #884CCD Amethyst

📋 copy color: '#884CCD'

red 136 ◦ green 76 ◦ blue 205

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

Shades of Amethyst #884CCD

Tints of Amethyst #884CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 32.61%
G = 18.23%
B = 49.16%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#884CCD (or 0x884CCD) is known color: Amethyst. HEX triplet: 88, 4C and CD. RGB value is (136,76,205). Sum of RGB (Red+Green+Blue) = 136+76+205=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #884CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CCD is #77B332. Grayscale: #6C6C6C. Windows color (decimal): -7844659 or 13454472. OLE color: 13454472.

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

Color convert

RGB 136 76 205 -
CMYK 0.34 0.63 0 0.20
HSL 267.91º 0.56% 0.55% -
HSV(B) 267.91º 0.63% 0.8% -
XYZ 23.76 14.81 59.36 -
YUV 108.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 136 76 205 0.34 0.63 0 0.20 267.91 0.56 0.55
Hex 88 4C CD 22 3F 0 14 10C 38 37
Octal 210 114 315 42 77 0 24 414 70 67
Binary 10001000 1001100 11001101 100010 111111 0 10100 100001100 111000 110111

Color Harmonies of #884CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CCD

Black with #884CCD

Text Example


Text Example

White with #884CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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