#9781DF

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

Shades of Medium Purple #9781DF

Tints of Medium Purple #9781DF

Color information

#9781DF (or 0x9781DF) is unknown color: approx Medium Purple. HEX triplet: 97, 81 and DF. RGB value is (151,129,223). Sum of RGB (Red+Green+Blue) = 151+129+223=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9781DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781DF is #687E20. Grayscale: #919191. Windows color (decimal): -6848033 or 14647703. OLE color: 14647703.

HSL color Cylindrical-coordinate representation of color #9781DF: hue angle of 254.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9781DF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151129223-
CMYK0.320.4200.13
HSL254.04º59.49%69.02%-
HSV(B)254.04º42.15%87.45%-
XYZ33.9327.6173.35-
YUV146.29171.29131.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=30.02%
G=25.65%
B=44.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511292230.320.4200.13254.0459.4969.02
Hex9781DF202A0Dfe3b45
Octal227201337405201537673105
Binary10010111100000011101111110000010101001101111111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9781DF; }

 p { color: rgb(151,129,223); }

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

<style>
 a { background-color: #9781DF; }

 a { background-color: rgb(151,129,223); }

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

<style>
 span { border-color: #9781DF; }

 span { border-color: rgb(151,129,223); }

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