#9C68DF

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

Shades of Medium Purple #9C68DF

Tints of Medium Purple #9C68DF

Color information

#9C68DF (or 0x9C68DF) is unknown color: approx Medium Purple. HEX triplet: 9C, 68 and DF. RGB value is (156,104,223). Sum of RGB (Red+Green+Blue) = 156+104+223=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68DF is #639720. Grayscale: #848484. Windows color (decimal): -6526753 or 14641308. OLE color: 14641308.

HSL color Cylindrical-coordinate representation of color #9C68DF: hue angle of 266.22º degrees, saturation: 0.65, 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 #9C68DF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156104223-
CMYK0.300.5300.13
HSL266.22º65.03%64.12%-
HSV(B)266.22º53.36%87.45%-
XYZ31.9822.372.43-
YUV133.11178.73144.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=32.30%
G=21.53%
B=46.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561042230.300.5300.13266.2265.0364.12
Hex9C68DF1E350D10a4140
Octal2341503373665015412101100
Binary10011100110100011011111111101101010110110000101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C68DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,223); }

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

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

 a { background-color: rgb(156,104,223); }

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

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

 span { border-color: rgb(156,104,223); }

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