#9985DC

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

Shades of Medium Purple #9985DC

Tints of Medium Purple #9985DC

Color information

#9985DC (or 0x9985DC) is unknown color: approx Medium Purple. HEX triplet: 99, 85 and DC. RGB value is (153,133,220). Sum of RGB (Red+Green+Blue) = 153+133+220=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9985DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985DC is #667A23. Grayscale: #949494. Windows color (decimal): -6715940 or 14452121. OLE color: 14452121.

HSL color Cylindrical-coordinate representation of color #9985DC: hue angle of 253.79º 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 #9985DC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153133220-
CMYK0.300.4000.14
HSL253.79º55.41%69.22%-
HSV(B)253.79º39.55%86.27%-
XYZ34.4428.7171.44-
YUV148.9168.13130.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=30.24%
G=26.28%
B=43.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531332200.300.4000.14253.7955.4169.22
Hex9985DC1E280Efe3745
Octal231205334365001637667105
Binary1001100110000101110111001111010100001110111111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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