#9687DD

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

Shades of Medium Purple #9687DD

Tints of Medium Purple #9687DD

Color information

#9687DD (or 0x9687DD) is unknown color: approx Medium Purple. HEX triplet: 96, 87 and DD. RGB value is (150,135,221). Sum of RGB (Red+Green+Blue) = 150+135+221=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #9687DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687DD is #697822. Grayscale: #949494. Windows color (decimal): -6912035 or 14518166. OLE color: 14518166.

HSL color Cylindrical-coordinate representation of color #9687DD: hue angle of 250.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9687DD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150135221-
CMYK0.320.3900.13
HSL250.47º55.84%69.8%-
HSV(B)250.47º38.91%86.67%-
XYZ34.2929.0372.2-
YUV149.29168.47128.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=29.64%
G=26.68%
B=43.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501352210.320.3900.13250.4755.8469.8
Hex9687DD20270Dfa3846
Octal226207335404701537270106
Binary10010110100001111101110110000010011101101111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9687DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9687DD; }

 p { color: rgb(150,135,221); }

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

<style>
 a { background-color: #9687DD; }

 a { background-color: rgb(150,135,221); }

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

<style>
 span { border-color: #9687DD; }

 span { border-color: rgb(150,135,221); }

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