Html Css Color HEX #884BCF Amethyst

📋 copy color: '#884BCF'

red 136 ◦ green 75 ◦ blue 207

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

Shades of Amethyst #884BCF

Tints of Amethyst #884BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 32.54%
G = 17.94%
B = 49.52%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#884BCF (or 0x884BCF) is known color: Amethyst. HEX triplet: 88, 4B and CF. RGB value is (136,75,207). Sum of RGB (Red+Green+Blue) = 136+75+207=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #884BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCF is #77B430. Grayscale: #6B6B6B. Windows color (decimal): -7844913 or 13585288. OLE color: 13585288.

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

Color convert

RGB 136 75 207 -
CMYK 0.34 0.64 0 0.19
HSL 267.73º 0.58% 0.55% -
HSV(B) 267.73º 0.64% 0.81% -
XYZ 23.93 14.77 60.62 -
YUV 108.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 136 75 207 0.34 0.64 0 0.19 267.73 0.58 0.55
Hex 88 4B CF 22 40 0 13 10C 3A 37
Octal 210 113 317 42 100 0 23 414 72 67
Binary 10001000 1001011 11001111 100010 1000000 0 10011 100001100 111010 110111

Color Harmonies of #884BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BCF

Black with #884BCF

Text Example


Text Example

White with #884BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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