#9D6BDC

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

Shades of Medium Purple #9D6BDC

Tints of Medium Purple #9D6BDC

Color information

#9D6BDC (or 0x9D6BDC) is unknown color: approx Medium Purple. HEX triplet: 9D, 6B and DC. RGB value is (157,107,220). Sum of RGB (Red+Green+Blue) = 157+107+220=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6BDC is #629423. Grayscale: #868686. Windows color (decimal): -6460452 or 14445469. OLE color: 14445469.

HSL color Cylindrical-coordinate representation of color #9D6BDC: hue angle of 266.55º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D6BDC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157107220-
CMYK0.290.5100.14
HSL266.55º61.75%64.12%-
HSV(B)266.55º51.36%86.27%-
XYZ32.0822.8570.43-
YUV134.83176.06143.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=32.44%
G=22.11%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571072200.290.5100.14266.5561.7564.12
Hex9D6BDC1D330E10b3e40
Octal235153334356301641376100
Binary1001110111010111101110011101110011011101000010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,107,220); }

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

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

 a { background-color: rgb(157,107,220); }

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

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

 span { border-color: rgb(157,107,220); }

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