#9978df

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

Shades of Medium Purple #9978DF

Tints of Medium Purple #9978DF

Color information

#9978DF (or 0x9978DF) is unknown color: approx Medium Purple. HEX triplet: 99, 78 and DF. RGB value is (153,120,223). Sum of RGB (Red+Green+Blue) = 153+120+223=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9978DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978DF is #668720. Grayscale: #8D8D8D. Windows color (decimal): -6719265 or 14645401. OLE color: 14645401.

HSL color Cylindrical-coordinate representation of color #9978DF: hue angle of 259.22º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9978DF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153120223-
CMYK0.310.4600.13
HSL259.22º61.68%67.25%-
HSV(B)259.22º46.19%87.45%-
XYZ33.1725.5372.99-
YUV141.61173.93136.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=30.85%
G=24.19%
B=44.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531202230.310.4600.13259.2261.6867.25
Hex9978DF1F2E0D1033e43
Octal231170337375601540376103
Binary1001100111110001101111111111101110011011000000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9978df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9978df; }

 p { color: rgb(153,120,223); }

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

<style>
 a { background-color: #9978df; }

 a { background-color: rgb(153,120,223); }

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

<style>
 span { border-color: #9978df; }

 span { border-color: rgb(153,120,223); }

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