#9C7DDB

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

Shades of Medium Purple #9C7DDB

Tints of Medium Purple #9C7DDB

Color information

#9C7DDB (or 0x9C7DDB) is unknown color: approx Medium Purple. HEX triplet: 9C, 7D and DB. RGB value is (156,125,219). Sum of RGB (Red+Green+Blue) = 156+125+219=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DDB is #638224. Grayscale: #909090. Windows color (decimal): -6521381 or 14384540. OLE color: 14384540.

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

Color convert

RGB156125219-
CMYK0.290.4300.14
HSL259.79º56.63%67.45%-
HSV(B)259.79º42.92%85.88%-
XYZ33.8326.8570.42-
YUV144.99169.77135.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=31.2%
G=25%
B=43.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561252190.290.4300.14259.7956.6367.45
Hex9C7DDB1D2B0E1043943
Octal234175333355301640471103
Binary1001110011111011101101111101101011011101000001001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,219); }

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

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

 a { background-color: rgb(156,125,219); }

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

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

 span { border-color: rgb(156,125,219); }

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