#9C7BD5

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

Shades of Medium Purple #9C7BD5

Tints of Medium Purple #9C7BD5

Color information

#9C7BD5 (or 0x9C7BD5) is unknown color: approx Medium Purple. HEX triplet: 9C, 7B and D5. RGB value is (156,123,213). Sum of RGB (Red+Green+Blue) = 156+123+213=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BD5 is #63842A. Grayscale: #8E8E8E. Windows color (decimal): -6521899 or 13990812. OLE color: 13990812.

HSL color Cylindrical-coordinate representation of color #9C7BD5: hue angle of 262º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C7BD5 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156123213-
CMYK0.270.4200.16
HSL262º51.72%65.88%-
HSV(B)262º42.25%83.53%-
XYZ32.826.0466.25-
YUV143.13167.43137.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=31.71%
G=25%
B=43.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561232130.270.4200.1626251.7265.88
Hex9C7BD51B2A0101063442
Octal234173325335202040664102
Binary10011100111101111010101110111010100100001000001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,123,213); }

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

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

 a { background-color: rgb(156,123,213); }

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

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

 span { border-color: rgb(156,123,213); }

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