#9D88DE

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

Shades of Medium Purple #9D88DE

Tints of Medium Purple #9D88DE

Color information

#9D88DE (or 0x9D88DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 88 and DE. RGB value is (157,136,222). Sum of RGB (Red+Green+Blue) = 157+136+222=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D88DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88DE is #627721. Grayscale: #979797. Windows color (decimal): -6453026 or 14583965. OLE color: 14583965.

HSL color Cylindrical-coordinate representation of color #9D88DE: hue angle of 254.65º degrees, saturation: 0.57, 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 #9D88DE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157136222-
CMYK0.290.3900.13
HSL254.65º56.58%70.2%-
HSV(B)254.65º38.74%87.06%-
XYZ35.8930.0573.02-
YUV152.08167.46131.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=30.49%
G=26.41%
B=43.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571362220.290.3900.13254.6556.5870.2
Hex9D88DE1D270Dff3946
Octal235210336354701537771106
Binary1001110110001000110111101110110011101101111111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,222); }

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

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

 a { background-color: rgb(157,136,222); }

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

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

 span { border-color: rgb(157,136,222); }

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