#9984DC

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

Shades of Medium Purple #9984DC

Tints of Medium Purple #9984DC

Color information

#9984DC (or 0x9984DC) is unknown color: approx Medium Purple. HEX triplet: 99, 84 and DC. RGB value is (153,132,220). Sum of RGB (Red+Green+Blue) = 153+132+220=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 132 (51.95% from 255 or 26.14% 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 #9984DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984DC is #667B23. Grayscale: #939393. Windows color (decimal): -6716196 or 14451865. OLE color: 14451865.

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

Color convert

RGB153132220-
CMYK0.300.4000.14
HSL254.32º55.7%69.02%-
HSV(B)254.32º40%86.27%-
XYZ34.3128.4471.39-
YUV148.31168.46131.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=30.30%
G=26.14%
B=43.56%

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
Decimal1531322200.300.4000.14254.3255.769.02
Hex9984DC1E280Efe3845
Octal231204334365001637670105
Binary1001100110000100110111001111010100001110111111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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