Html Css Color HEX #884CDA Amethyst

📋 copy color: '#884CDA'

red 136 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #884CDA

Tints of Amethyst #884CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 31.63%
G = 17.67%
B = 50.7%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#884CDA (or 0x884CDA) is known color: Amethyst. HEX triplet: 88, 4C and DA. RGB value is (136,76,218). Sum of RGB (Red+Green+Blue) = 136+76+218=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #884CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CDA is #77B325. Grayscale: #6D6D6D. Windows color (decimal): -7844646 or 14306440. OLE color: 14306440.

HSL color Cylindrical-coordinate representation of color #884CDA: hue angle of 265.35º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884CDA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 76 218 -
CMYK 0.38 0.65 0 0.15
HSL 265.35º 0.66% 0.58% -
HSV(B) 265.35º 0.65% 0.85% -
XYZ 25.39 15.47 67.98 -
YUV 110.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 136 76 218 0.38 0.65 0 0.15 265.35 0.66 0.58
Hex 88 4C DA 26 41 0 F 109 42 3A
Octal 210 114 332 46 101 0 17 411 102 72
Binary 10001000 1001100 11011010 100110 1000001 0 1111 100001001 1000010 111010

Color Harmonies of #884CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CDA

Black with #884CDA

Text Example


Text Example

White with #884CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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