#8851CD

Color #8851CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #8851CD

Tints of Amethyst #8851CD

Color information

#8851CD (or 0x8851CD) is unknown color: approx Amethyst. HEX triplet: 88, 51 and CD. RGB value is (136,81,205). Sum of RGB (Red+Green+Blue) = 136+81+205=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #8851CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851CD is #77AE32. Grayscale: #6F6F6F. Windows color (decimal): -7843379 or 13455752. OLE color: 13455752.

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

Color convert

RGB13681205-
CMYK0.340.6000.20
HSL266.61º55.36%56.08%-
HSV(B)266.61º60.49%80.39%-
XYZ24.1215.5359.48-
YUV111.58180.72145.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=32.23%
G=19.19%
B=48.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136812050.340.6000.20266.6155.3656.08
Hex8851CD223C01410b3738
Octal21012131542740244136770
Binary10001000101000111001101100010111100010100100001011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8851CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8851CD; }

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

 H1.HeaderClassName
 {
   color: #8851CD;
 }
 .AnyTagClassName
 {
   color: #8851CD;
 }
</style>
background-color css

<style>
 a { background-color: #8851CD; }

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

 div.DivClassName
 {
   background-color: #8851CD;
 }
 .BgClassName
 {
   background-color: #8851CD;
 }
</style>
border-color css

<style>
 span { border-color: #8851CD; }

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

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