#9885DD

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

Shades of Medium Purple #9885DD

Tints of Medium Purple #9885DD

Color information

#9885DD (or 0x9885DD) is unknown color: approx Medium Purple. HEX triplet: 98, 85 and DD. RGB value is (152,133,221). Sum of RGB (Red+Green+Blue) = 152+133+221=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 133 (52.34% from 255 or 26.28% 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 #9885DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885DD is #677A22. Grayscale: #949494. Windows color (decimal): -6781475 or 14517656. OLE color: 14517656.

HSL color Cylindrical-coordinate representation of color #9885DD: hue angle of 252.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9885DD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152133221-
CMYK0.310.4000.13
HSL252.95º56.41%69.41%-
HSV(B)252.95º39.82%86.67%-
XYZ34.3928.6772.13-
YUV148.71168.79130.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.04%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=30.04%
G=26.28%
B=43.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521332210.310.4000.13252.9556.4169.41
Hex9885DD1F280Dfd3845
Octal230205335375001537570105
Binary1001100010000101110111011111110100001101111111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,133,221); }

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

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

 a { background-color: rgb(152,133,221); }

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

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

 span { border-color: rgb(152,133,221); }

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