#9C86DE

Color #9C86DE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9C86DE

Tints of Medium Purple #9C86DE

Color information

#9C86DE (or 0x9C86DE) is unknown color: approx Medium Purple. HEX triplet: 9C, 86 and DE. RGB value is (156,134,222). Sum of RGB (Red+Green+Blue) = 156+134+222=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C86DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86DE is #637921. Grayscale: #969696. Windows color (decimal): -6519074 or 14583452. OLE color: 14583452.

HSL color Cylindrical-coordinate representation of color #9C86DE: hue angle of 255º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C86DE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156134222-
CMYK0.300.4000.13
HSL255º57.14%69.8%-
HSV(B)255º39.64%87.06%-
XYZ35.4229.3972.91-
YUV150.61168.29131.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=30.47%
G=26.17%
B=43.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561342220.300.4000.1325557.1469.8
Hex9C86DE1E280Dff3946
Octal234206336365001537771106
Binary1001110010000110110111101111010100001101111111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C86DE; }

 p { color: rgb(156,134,222); }

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

<style>
 a { background-color: #9C86DE; }

 a { background-color: rgb(156,134,222); }

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

<style>
 span { border-color: #9C86DE; }

 span { border-color: rgb(156,134,222); }

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