#9781DD

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

Shades of Medium Purple #9781DD

Tints of Medium Purple #9781DD

Color information

#9781DD (or 0x9781DD) is unknown color: approx Medium Purple. HEX triplet: 97, 81 and DD. RGB value is (151,129,221). Sum of RGB (Red+Green+Blue) = 151+129+221=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #9781DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781DD is #687E22. Grayscale: #919191. Windows color (decimal): -6848035 or 14516631. OLE color: 14516631.

HSL color Cylindrical-coordinate representation of color #9781DD: hue angle of 254.35º degrees, saturation: 0.57, 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 #9781DD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151129221-
CMYK0.320.4200.13
HSL254.35º57.5%68.63%-
HSV(B)254.35º41.63%86.67%-
XYZ33.6627.571.94-
YUV146.07170.29131.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=30.14%
G=25.75%
B=44.11%

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
Decimal1511292210.320.4200.13254.3557.568.63
Hex9781DD202A0Dfe3a45
Octal227201335405201537672105
Binary10010111100000011101110110000010101001101111111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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