#9A87DC

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

Shades of Medium Purple #9A87DC

Tints of Medium Purple #9A87DC

Color information

#9A87DC (or 0x9A87DC) is unknown color: approx Medium Purple. HEX triplet: 9A, 87 and DC. RGB value is (154,135,220). Sum of RGB (Red+Green+Blue) = 154+135+220=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87DC is #657823. Grayscale: #969696. Windows color (decimal): -6649892 or 14452634. OLE color: 14452634.

HSL color Cylindrical-coordinate representation of color #9A87DC: hue angle of 253.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A87DC is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154135220-
CMYK0.30.3900.14
HSL253.41º54.84%69.61%-
HSV(B)253.41º38.64%86.27%-
XYZ34.9129.3771.54-
YUV150.37167.29130.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=30.26%
G=26.52%
B=43.22%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541352200.30.3900.14253.4154.8469.61
Hex9A87DC1E270Efd3746
Octal232207334364701637567106
Binary1001101010000111110111001111010011101110111111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,220); }

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

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

 a { background-color: rgb(154,135,220); }

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

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

 span { border-color: rgb(154,135,220); }

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