#9663DC

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

Shades of Medium Purple #9663DC

Tints of Medium Purple #9663DC

Color information

#9663DC (or 0x9663DC) is unknown color: approx Medium Purple. HEX triplet: 96, 63 and DC. RGB value is (150,99,220). Sum of RGB (Red+Green+Blue) = 150+99+220=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9663DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663DC is #699C23. Grayscale: #7F7F7F. Windows color (decimal): -6921252 or 14443414. OLE color: 14443414.

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

Color convert

RGB15099220-
CMYK0.320.5500.14
HSL265.29º63.35%62.55%-
HSV(B)265.29º55%86.27%-
XYZ29.9620.5870.1-
YUV128.04179.9143.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=31.98%
G=21.11%
B=46.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150992200.320.5500.14265.2963.3562.55
Hex9663DC20370E1093f3f
Octal22614333440670164117777
Binary1001011011000111101110010000011011101110100001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9663DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,99,220); }

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

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

 a { background-color: rgb(150,99,220); }

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

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

 span { border-color: rgb(150,99,220); }

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