#9788DC

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

Shades of Medium Purple #9788DC

Tints of Medium Purple #9788DC

Color information

#9788DC (or 0x9788DC) is unknown color: approx Medium Purple. HEX triplet: 97, 88 and DC. RGB value is (151,136,220). Sum of RGB (Red+Green+Blue) = 151+136+220=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #9788DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788DC is #687723. Grayscale: #959595. Windows color (decimal): -6846244 or 14452887. OLE color: 14452887.

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

Color convert

RGB151136220-
CMYK0.310.3800.14
HSL250.71º54.55%69.8%-
HSV(B)250.71º38.18%86.27%-
XYZ34.4829.3571.56-
YUV150.06167.47128.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.78%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=29.78%
G=26.82%
B=43.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511362200.310.3800.14250.7154.5569.8
Hex9788DC1F260Efb3746
Octal227210334374601637367106
Binary1001011110001000110111001111110011001110111110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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