#9985DA

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

Shades of Medium Purple #9985DA

Tints of Medium Purple #9985DA

Color information

#9985DA (or 0x9985DA) is unknown color: approx Medium Purple. HEX triplet: 99, 85 and DA. RGB value is (153,133,218). Sum of RGB (Red+Green+Blue) = 153+133+218=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9985DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985DA is #667A25. Grayscale: #949494. Windows color (decimal): -6715942 or 14321049. OLE color: 14321049.

HSL color Cylindrical-coordinate representation of color #9985DA: hue angle of 254.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9985DA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153133218-
CMYK0.300.3900.15
HSL254.12º53.46%68.82%-
HSV(B)254.12º38.99%85.49%-
XYZ34.1828.6170.05-
YUV148.67167.13131.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=30.36%
G=26.39%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531332180.300.3900.15254.1253.4668.82
Hex9985DA1E270Ffe3545
Octal231205332364701737665105
Binary1001100110000101110110101111010011101111111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9985DA; }

 p { color: rgb(153,133,218); }

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

<style>
 a { background-color: #9985DA; }

 a { background-color: rgb(153,133,218); }

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

<style>
 span { border-color: #9985DA; }

 span { border-color: rgb(153,133,218); }

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