#9D67DD

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

Shades of Medium Purple #9D67DD

Tints of Medium Purple #9D67DD

Color information

#9D67DD (or 0x9D67DD) is unknown color: approx Medium Purple. HEX triplet: 9D, 67 and DD. RGB value is (157,103,221). Sum of RGB (Red+Green+Blue) = 157+103+221=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67DD is #629822. Grayscale: #848484. Windows color (decimal): -6461475 or 14509981. OLE color: 14509981.

HSL color Cylindrical-coordinate representation of color #9D67DD: hue angle of 267.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D67DD is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157103221-
CMYK0.290.5300.13
HSL267.46º63.44%63.53%-
HSV(B)267.46º53.39%86.67%-
XYZ31.8122.0970.99-
YUV132.6177.89145.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=32.64%
G=21.41%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571032210.290.5300.13267.4663.4463.53
Hex9D67DD1D350D10b3f40
Octal235147335356501541377100
Binary1001110111001111101110111101110101011011000010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D67DD; }

 p { color: rgb(157,103,221); }

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

<style>
 a { background-color: #9D67DD; }

 a { background-color: rgb(157,103,221); }

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

<style>
 span { border-color: #9D67DD; }

 span { border-color: rgb(157,103,221); }

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