#9788DD

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

Shades of Medium Purple #9788DD

Tints of Medium Purple #9788DD

Color information

#9788DD (or 0x9788DD) is unknown color: approx Medium Purple. HEX triplet: 97, 88 and DD. RGB value is (151,136,221). Sum of RGB (Red+Green+Blue) = 151+136+221=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #9788DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788DD is #687722. Grayscale: #959595. Windows color (decimal): -6846243 or 14518423. OLE color: 14518423.

HSL color Cylindrical-coordinate representation of color #9788DD: hue angle of 250.59º 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 #9788DD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151136221-
CMYK0.320.3800.13
HSL250.59º55.56%70%-
HSV(B)250.59º38.46%86.67%-
XYZ34.6229.4172.26-
YUV150.18167.97128.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=29.72%
G=26.77%
B=43.50%

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
Decimal1511362210.320.3800.13250.5955.5670
Hex9788DD20260Dfb3846
Octal227210335404601537370106
Binary10010111100010001101110110000010011001101111110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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