Html Css Color HEX #884CD7 Amethyst

📋 copy color: '#884CD7'

red 136 ◦ green 76 ◦ blue 215

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

Shades of Amethyst #884CD7

Tints of Amethyst #884CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 31.85%
G = 17.8%
B = 50.35%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#884CD7 (or 0x884CD7) is known color: Amethyst. HEX triplet: 88, 4C and D7. RGB value is (136,76,215). Sum of RGB (Red+Green+Blue) = 136+76+215=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #884CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CD7 is #77B328. Grayscale: #6D6D6D. Windows color (decimal): -7844649 or 14109832. OLE color: 14109832.

HSL color Cylindrical-coordinate representation of color #884CD7: hue angle of 265.9º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884CD7 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 76 215 -
CMYK 0.37 0.65 0 0.16
HSL 265.9º 0.63% 0.57% -
HSV(B) 265.9º 0.65% 0.84% -
XYZ 25 15.31 65.93 -
YUV 109.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 136 76 215 0.37 0.65 0 0.16 265.9 0.63 0.57
Hex 88 4C D7 25 41 0 10 10A 3F 39
Octal 210 114 327 45 101 0 20 412 77 71
Binary 10001000 1001100 11010111 100101 1000001 0 10000 100001010 111111 111001

Color Harmonies of #884CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CD7

Black with #884CD7

Text Example


Text Example

White with #884CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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