Html Css Color HEX #884DCD Amethyst

📋 copy color: '#884DCD'

red 136 ◦ green 77 ◦ blue 205

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

Shades of Amethyst #884DCD

Tints of Amethyst #884DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.42%

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

R = 32.54%
G = 18.42%
B = 49.04%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#884DCD (or 0x884DCD) is known color: Amethyst. HEX triplet: 88, 4D and CD. RGB value is (136,77,205). Sum of RGB (Red+Green+Blue) = 136+77+205=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #884DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DCD is #77B232. Grayscale: #6C6C6C. Windows color (decimal): -7844403 or 13454728. OLE color: 13454728.

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

Color convert

RGB 136 77 205 -
CMYK 0.34 0.62 0 0.20
HSL 267.66º 0.56% 0.55% -
HSV(B) 267.66º 0.62% 0.8% -
XYZ 23.83 14.95 59.39 -
YUV 109.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 136 77 205 0.34 0.62 0 0.20 267.66 0.56 0.55
Hex 88 4D CD 22 3E 0 14 10C 38 37
Octal 210 115 315 42 76 0 24 414 70 67
Binary 10001000 1001101 11001101 100010 111110 0 10100 100001100 111000 110111

Color Harmonies of #884DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DCD

Black with #884DCD

Text Example


Text Example

White with #884DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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