#9688DD

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

Shades of Medium Purple #9688DD

Tints of Medium Purple #9688DD

Color information

#9688DD (or 0x9688DD) is unknown color: approx Medium Purple. HEX triplet: 96, 88 and DD. RGB value is (150,136,221). Sum of RGB (Red+Green+Blue) = 150+136+221=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #9688DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688DD is #697722. Grayscale: #959595. Windows color (decimal): -6911779 or 14518422. OLE color: 14518422.

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

Color convert

RGB150136221-
CMYK0.320.3800.13
HSL249.88º55.56%70%-
HSV(B)249.88º38.46%86.67%-
XYZ34.4329.3172.25-
YUV149.88168.14128.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=29.59%
G=26.82%
B=43.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501362210.320.3800.13249.8855.5670
Hex9688DD20260Dfa3846
Octal226210335404601537270106
Binary10010110100010001101110110000010011001101111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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