#9885DC

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

Shades of Medium Purple #9885DC

Tints of Medium Purple #9885DC

Color information

#9885DC (or 0x9885DC) is unknown color: approx Medium Purple. HEX triplet: 98, 85 and DC. RGB value is (152,133,220). Sum of RGB (Red+Green+Blue) = 152+133+220=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9885DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885DC is #677A23. Grayscale: #949494. Windows color (decimal): -6781476 or 14452120. OLE color: 14452120.

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

Color convert

RGB152133220-
CMYK0.310.4000.14
HSL253.1º55.41%69.22%-
HSV(B)253.1º39.55%86.27%-
XYZ34.2528.6271.43-
YUV148.6168.29130.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=30.10%
G=26.34%
B=43.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521332200.310.4000.14253.155.4169.22
Hex9885DC1F280Efd3745
Octal230205334375001637567105
Binary1001100010000101110111001111110100001110111111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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